Graphify-Labs/graphify
Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.
Awesome MCP › Software Development
AI Distiller, invoked as aid, is a command line tool that compresses a source tree into the minimum context an AI coding assistant needs, and it ships a Model Context Protocol server published on npm as @janreges/ai-distiller-mcp so the same capability can be called from Claude Code, Claude Desktop, VS Code, Cursor, Windsurf and other MCP compatible tools. Distillation parses a project and keeps only the public interface, meaning declarations, signatures, input and output types and documentation strings, while discarding method bodies, comments and non-public members by default. The README reports the result is typically 5 to 20 percent of the original source volume, small enough to fit into a model context window so the model uses existing interfaces instead of guessing them from keyword searches. Granular flags control what survives: --public, --protected, --internal and --private for visibility, plus --comments, --docstrings, --implementation and --imports for content. More than twelve programming languages are supported, and output can be emitted as compact text, Markdown, structured JSON, JSONL or XML. A separate --ai-action mode does not perform analysis itself; it generates prompt files under the .aid directory that pair distilled code with instructions an agent then executes, including multi-step flows for file-by-file analysis and documentation generation. A git history mode prepares commit data for analysis of development quality and team dynamics. The tool is distributed as a single dependency-free binary for Windows, Linux and macOS on x64 and ARM, uses about 80 percent of available CPU cores by default with a --workers override, and honours a .aidignore file. The README describes the project as a very first version and invites feedback through GitHub issues. It targets developers on large codebases where limited context leads assistants to produce code incompatible with the existing architecture.
https://github.com/janreges/ai-distiller
Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.
Context7 MCP Server is an MCP server that delivers up-to-date, version-specific code documentation and examples to enhance LLMs and AI code editors, ensuring accurate and current code generation.
High-performance Model Context Protocol (MCP) server that indexes codebases into a persistent knowledge graph for AI coding agents, supporting 158 languages, lightning-fast queries, and various dev...
GitHub MCP Server is an official Model Context Protocol server that integrates with GitHub APIs to enable advanced automation and AI-powered interactions with GitHub repositories and workflows.
Code-review-graph is a local-first code intelligence solution that builds a persistent structural map of your codebase to provide precise context to AI coding tools, significantly reducing token us...
Serena is a free and open-source coding agent toolkit that uses the Model Context Protocol to enable LLMs to autonomously perform semantic code retrieval and editing with IDE-like precision on complex codebases.
Claude Task Master is an AI-powered task management system designed for AI-driven development that integrates seamlessly with various editors via the Model Control Protocol (MCP).
Context Mode is an MCP server designed to optimize context window usage for AI coding agents by sandboxing tool output, tracking session continuity with SQLite, and promoting LLMs as code generator...