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
BifrostMCP is a Visual Studio Code extension that implements a Model Context Protocol (MCP) server, exposing VSCode's language features to AI assistants for enhanced code navigation, analysis, and manipulation. It integrates deeply with VSCode's language server capabilities, supporting any language for which VSCode has language extensions. The extension enables AI tools to access powerful development features such as finding references, definitions, implementations, symbol search, semantic tokens, document symbols, type information, and smart semantic selection ranges. It also supports code actions like refactoring suggestions and quick fixes. BifrostMCP runs an HTTP/SSE server that is MCP-compatible, allowing AI assistants to connect and interact with the language features remotely. The extension supports multi-project environments by allowing each project to have its own MCP server endpoint and port, configurable via a bifrost.config.json file. This setup enables isolated project services and simultaneous operation of multiple VSCode instances with dedicated ports and endpoints. The default port is 8008, but it can be customized per project to avoid conflicts. The extension provides a comprehensive set of commands and tools accessible through the MCP server, including symbol usage location, go-to-definition, hover information, completions, signature help, rename operations, code actions, semantic tokens, call and type hierarchies, code lens, selection ranges, type definitions, declarations, document highlights, and workspace-wide symbol search. BifrostMCP is designed to work seamlessly with AI coding assistants that support the MCP protocol, enhancing their ability to understand and manipulate code within VSCode projects. It requires VSCode version 1.93.0 or higher and appropriate language extensions for the languages in use. The project also provides example cursor rules and configurations for integration with various AI tools and environments, including Supergateway and Roo Code. Overall, BifrostMCP bridges the gap between VSCode's rich language features and AI-driven code assistance, enabling advanced development workflows and intelligent code interactions.
https://github.com/biegehydra/BifrostMCP
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...