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
OpenRPC MCP Server is a small Model Context Protocol server that exposes generic JSON-RPC capability through the OpenRPC specification. It provides two tools. The first, rpc_call, takes a server URL, a method name and parameters, performs the JSON-RPC request and returns the result formatted as JSON, so an assistant can invoke any method on any reachable JSON-RPC endpoint without a purpose-built integration for that service. The second, rpc_discover, uses OpenRPC's rpc.discover method to ask a server to describe itself and lists the methods it offers, which lets the model learn an unfamiliar API's surface before calling into it. Together the pair covers the common loop of exploring an endpoint and then exercising it. The server is published to npm and the documented Claude Desktop configuration runs it with npx, so no local checkout is needed for normal use; the README gives the configuration file paths for both macOS and Windows. For development it documents npm install for dependencies, npm run build to compile and npm run watch for automatic rebuilds while working. Because MCP servers communicate over stdio, which makes ordinary debugging awkward, the project recommends the MCP Inspector and wires it up as npm run inspector; running that prints a URL which opens the inspector's debugging tools in a browser. The repository also embeds a short screen recording showing the tools in use. The intended audience is developers working with JSON-RPC services, including blockchain nodes and other systems that publish an OpenRPC document, who want an assistant able to query those endpoints directly during development or debugging rather than through a separate client. The code is JavaScript with a TypeScript build step, and the repository name contains a typo, mpc rather than mcp, while the published package is named openrpc-mcp-server.
https://github.com/shanejonas/openrpc-mpc-server
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...