janreges/ai-distiller
AI Distiller is ultra‑fast, open‑source tool for intelligently extracting only the essential public APIs, types, and structure from large codebases. Compresses 90–98% of code into AI‑friendly context, integrates via CLI or MCP, supports 12+ languages, and AI prompt workflows for cleaner, cost‑effective AI development.
Platform-specific configuration:
{
"mcpServers": {
"ai-distiller": {
"command": "npx",
"args": [
"-y",
"ai-distiller"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
aid)> Note: This is the very first version of this tool. We would be very grateful for any feedback in the form of a discussion or by creating an issue on GitHub. Thank you\!
🚀 MCP Server Available: Install the Model Context Protocol server for AI Distiller from NPM: `@janreges/ai-distiller-mcp` - seamlessly integrate with Claude, Cursor, and other MCP-compatible AI tools!
<p align="center"> </p>
<p align="center"> </p
Do you work with large-scale projects that have thousands of files and functions? Do you struggle with AI tools like Claude Code, Gemini, Copilot, or Cursor frequently "hallucinating" and generating code that looks correct at first glance but is actually incompatible with your project?
The problem is context. AI models have a limited context window and cannot comprehend your entire codebase. Instead, AI agents search files, "grep" for keywords, look at a few lines before and after the found term, and try (often, but not always) to guess the interface of your classes and functions. The result? Code full of errors that guesses parameters, returns incorrect data types, and ignores the existing architecture. If you are a sophisticated user of AI agents (vibe coder), you know that you can help yourself by instructing the AI agent to consistently write and run tests, using static code analysis, pre-commit hooks, etc. - the AI agent will usually fix the co
Loading reviews...