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
Terminal Controller for MCP gives an assistant control of a shell and the local file system through a standardised set of tools. Command execution runs terminal commands with timeout controls and captures both output streams, so a hung command fails rather than blocking indefinitely. Directory tools navigate the file system and list contents in a readable form. File operations are more granular than whole-file read and write: content can be read, written, updated, inserted and deleted at row-level precision, which lets a model change one line of a configuration file without rewriting it and risking the rest. A command-history feature records and displays recent executions, giving the user a record of what was run. Safeguards are built in against commands recognised as dangerous, though as with any denylist these are a mitigation rather than a boundary. It works on both Windows and UNIX-like systems, is written in Python, and is installable through Smithery for Claude Desktop. The GitHub repository is archived and no longer maintained, which is worth weighing given that the server grants shell and file-write access — an unmaintained component in that position will not receive fixes. The audience is people wanting local machine control from an assistant, best treated as a reference implementation.
https://github.com/GongRzhe/terminal-controller-mcp
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...