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
HOPX MCP Server gives an MCP client the ability to run code in managed cloud sandboxes rather than on the user machine. Four languages are supported — Python, JavaScript, Bash and Go — and the Python environment ships with pandas, numpy and matplotlib preinstalled, which makes data analysis the intended primary use: a model writes an analysis script, runs it against uploaded data and reads back results including generated plots. Beyond one-shot execution the server supports file operations inside the container, arbitrary system commands, and background or long-running processes, so a session can span several steps against the same environment. Containers are destroyed automatically after use, which bounds both the security exposure and the cost of a forgotten sandbox. It is a Python project requiring Python 3.14 or newer and MCP 1.21 or newer, run with uvx hopx-mcp and configured with a HOPX_API_KEY environment variable obtained from hopx.ai; the README gives configuration blocks for Claude Desktop and other IDEs. It is MIT licensed and registered under the io.github.hopx-ai/hopx-mcp MCP name. Because execution happens in HOPX's cloud rather than locally, the trade-off is straightforward: no local Docker requirement and no local risk, in exchange for a hosted dependency and an API key. The audience is analysts and developers who want an agent that can actually execute and verify code.
https://github.com/hopx-ai/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...