Back to MCP Servers
Ai Distiller
Extracts essential code structure from large codebases into AI-digestible format, helping AI agents write code that correctly uses existing APIs on the first attempt.
developer-toolsapiaiagent
By janreges
Installation
npx -y ai-distillerConfiguration
{
"mcpServers": {
"ai-distiller": {
"command": "npx",
"args": ["-y", "ai-distiller"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes