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.
# VSCode MCP <p align="center"> <img src="packages/vscode-mcp-bridge/assets/logo.png" alt="VSCode MCP" width="200"/> </p> <p align="center"> <strong>Connect VSCode with MCP (Model Context Protocol) for enhanced AI assistant capabilities</strong> </p> <p align="center"> <a href="#design-motivation">Design Motivation</a> • <a href="#available-tools">Available Tools</a> • <a href="#installation">Installation</a> • <a href="#architecture">Architecture</a> • <a href="#license">License</a> </p> [](https://lobehub.com/mcp/tjx666-vscode-mcp)  [](http://makeapullrequest.com) [](https://github.com/tjx666/vscode-mcp/issues) [](https://github.com/996icu/996.ICU/blob/master/LICENSE) ## Overview VSCode MCP is a comprehensive monorepo solution that enables MCP (Model Context Protocol) clients to access rich VSCode context information in real-time. This project bridges the gap between AI assistants and your development environment, providing accurate code analysis, diagnostics, and intelligent code navigation. ## Design Motivation **VSCode MCP Bridge primarily serves AI IDEs (like Cursor) and AI coding agents**, helping them develop and analyze code more efficiently. Traditional AI coding agents often need to execute time-consuming commands when validating code modifications: - `tsc --noEmit` - TypeScript type checking - `eslint .` - Code style checking - `npm run build` - Project building These commands run slowly in large projects, severely impacting AI development efficiency. VSCode MCP Bridge provides real-time LSP (Language Server Protocol) information, allo
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.