Awesome MCPSoftware Development

biegehydra/BifrostMCP

⭐ 223 TypeScript added to this list on 2025-04-09 repository created 2025-03-06

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

ai-assistant-integrationai-assistantsai-integrationcall-hierarchyclinecode-actionscode-analysiscode-completionscode-lenscode-manipulationcode-navigationcursorcursor-aideclarationsdeveloper-toolsdocument-highlightsdocument-symbolsfind-implementationsfind-usagesgo-to-definitionhover-infohttp/sse-serverlanguage-serverlanguage-server-integrationmcpmcp-servermodel-context-protocolmulti-project-supportmultiple-project-supportquick-fixesrefactoringrenamesemantic-analysissemantic-tokenssignature-helpsmart-selectionsymbol-searchtype-definitionstype-hierarchyvscodevscode-extensionwindsurfworkspace-symbols

Also in Software Development

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.

upstash/context7

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.

DeusData/codebase-memory-mcp

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/github-mcp-server

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.

tirth8205/code-review-graph

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...

oraios/serena

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.

eyaltoledano/claude-task-master

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).

mksglu/context-mode

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...