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
0
View on GitHub

Installation

npx -y janreges/ai-distiller-mcp

Configuration

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.

GitHub: https://github.com/janreges/ai-distiller

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub