AI / ML|Development|DataPython
Kiln
Kiln is a platform to build, evaluate, and optimize AI systems.
N/A rating (0 reviews)0 installs4,741 GitHub stars
AIoptimizationevaluation
Kiln provides tools for evaluating AI models, optimizing prompts, managing datasets, and generating synthetic data. It includes features for fine-tuning models and implementing retrieval-augmented generation (RAG) techniques.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"kiln-1": {
"args": [
"kiln"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.