VSCode icon

VSCode

13

Provides real-time Language Server Protocol (LSP) diagnostics, type information, and code navigation to AI coding agents within VSCode environments.

关于

VSCode MCP is a comprehensive solution that connects AI assistants with your development environment, enabling them to access rich VSCode context information in real-time. It acts as a bridge, translating Model Context Protocol (MCP) client requests into operations within VSCode, leveraging its APIs and LSP integration. This allows AI agents to perform accurate code analysis, receive diagnostics, navigate code, and even execute commands, all without waiting for slow build processes, significantly enhancing their coding capabilities and improving developer workflow.

主要功能

  • Real-time LSP diagnostics with Git integration
  • Interactive user input requests for AI agents
  • Accurate symbol definition and reference lookup
  • Intelligent code renaming across the workspace
  • Execution of arbitrary VSCode commands
  • 2 GitHub stars

使用案例

  • Enabling real-time code analysis and navigation for LLMs to generate more accurate code
  • Enhancing AI coding assistants (e.g., Cursor, Claude, GitHub Copilot) with direct VSCode context
  • Automating complex refactoring operations through AI agents with workspace-wide renaming capabilities