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
Claude Delegator is a plugin designed to enhance the capabilities of Claude Code by integrating expert GPT subagents through the Model Context Protocol (MCP). It enables Claude to delegate complex tasks to specialized GPT experts, each with a distinct domain expertise such as architecture, security, code review, plan validation, and scope analysis. This delegation allows Claude to provide more accurate, insightful, and actionable responses by leveraging the strengths of these expert subagents. The project features five domain experts: Architect, Plan Reviewer, Scope Analyst, Code Reviewer, and Security Analyst. Each expert can operate in two modes: advisory (read-only analysis and recommendations) and implementation (making changes or fixes). Claude automatically routes tasks to the appropriate expert based on the user's request, synthesizing the expert's output rather than passing it through raw. This ensures that responses are coherent and contextually relevant. Installation involves adding the plugin marketplace to a Claude Code instance, installing the claude-delegator plugin, and running a setup command that configures the MCP server and installs necessary rules. The plugin requires the Codex CLI for communication with GPT 5.2 models, which must be installed and authenticated separately. Claude Delegator is particularly useful for architecture decisions, debugging, pre-implementation plan validation, security assessments, and code quality reviews. It is not intended for simple file operations, trivial questions, or initial attempts at fixes. The project supports customization of expert prompts and manual MCP server configuration. It also provides troubleshooting guidance and development instructions for local testing. The plugin is open-source under the MIT license and includes acknowledgments for prompt adaptations from other projects. Overall, Claude Delegator leverages MCP to create a collaborative environment where Claude Code can intelligently delegate tasks to specialized GPT experts, improving the quality and reliability of AI-assisted coding workflows.
https://github.com/jarrodwatts/claude-delegator
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...