developer tools
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.
local
rust
developer tools
Installation
npx -y janreges/ai-distiller-mcpConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "ai-distiller-mcp",
"command": "npx",
"args": [
"-y",
"janreges/ai-distiller-mcp"
]
}About This MCP Server
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub