vscode-mcp and BifrostMCP

These are complements that serve different aspects of editor integration: one exposes real-time LSP diagnostics and code navigation for AI agents, while the other provides semantic refactoring tools like find usages and rename, so they could be used together to give LLMs both analysis and transformation capabilities.

vscode-mcp
48
Emerging
BifrostMCP
45
Emerging
Maintenance 13/25
Adoption 8/25
Maturity 9/25
Community 18/25
Maintenance 6/25
Adoption 10/25
Maturity 9/25
Community 20/25
Stars: 58
Forks: 14
Downloads:
Commits (30d): 0
Language: TypeScript
License:
Stars: 207
Forks: 37
Downloads:
Commits (30d): 0
Language: TypeScript
License: AGPL-3.0
No Package No Dependents
No Package No Dependents

About vscode-mcp

tjx666/vscode-mcp

MCP server for Claude Code/VSCode/Cursor/Windsurf to use editor self functionality. ⚡ Get real-time LSP diagnostics, type information, and code navigation for AI coding agents without waiting for slow tsc/eslint checks.

Exposes eight MCP tools including symbol renaming with automatic import updates, comprehensive LSP information aggregation (definition, hover, signatures), and safe file operations—all backed by VSCode's language servers rather than subprocess execution. Operates as a monorepo with a VSCode extension bridge that maintains per-workspace socket connections to route MCP protocol requests into real-time LSP data, eliminating delays from external type-checking and linting commands. Supports Cursor, Claude Code, Windsurf, and Gemini CLI with granular tool filtering via environment variables or command-line arguments.

About BifrostMCP

biegehydra/BifrostMCP

VSCode Extension with an MCP server that exposes semantic tools like Find Usages and Rename to LLMs

Leverages VSCode's language server protocol to expose semantic analysis tools—including call hierarchies, type definitions, and code actions—over HTTP/SSE endpoints. Supports multi-project setups with per-project port configuration and integrates with AI assistants like Cursor and Cline through standardized MCP endpoints. Provides 20+ code intelligence tools for workspace-wide symbol search, refactoring, and intelligent code selection.

Scores updated daily from GitHub, PyPI, and npm data. How scores work