janreges/ai-distiller-mcp
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.
Quick Start
Clone the repository:
git clone https://github.com/janreges/ai-distillerClaude Desktop configuration example:
{
"mcpServers": {
"ai-distiller": {
"command": "npx",
"args": [
"-y",
"janreges/ai-distiller-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.