VSCode Context MCP

VSCode Context MCP

A Model Context Protocol (MCP) server that provides VSCode context and filesystem operations for AI assistants.

Category
访问服务器

README

VSCode Context MCP

A Model Context Protocol (MCP) server that provides VSCode context and filesystem operations for AI assistants.

Overview

VSCode Context MCP creates a bridge between AI assistants and your VSCode environment. It enables AI models to:

  1. Access the current VSCode context (active files, tabs, terminal output)
  2. Perform filesystem operations with controls
  3. Execute shell commands in a controlled environment

This allows AI assistants to provide more relevant and context-aware help for software development tasks.

Features

VSCode Context Access

  • Get current project path
  • Retrieve active file contents and metadata
  • List open editor tabs
  • Access diagnostic problems (warnings/errors)
  • Retrieve terminal output
  • Access files attached to the workspace

Filesystem Operations

  • Read/write files
  • Edit files with line-based changes
  • Create directories
  • List directory contents
  • Generate directory trees
  • Search for files
  • Get file metadata
  • Move/rename files

Command Execution

  • Run shell commands with output capture
  • Controlled execution environment

⚠️ Security Warning

Be careful what you ask this server to run! In the Claude Desktop app, use Approve Once (not Allow for This Chat) so you can review each command, and use Deny if you don't trust the command. Permissions are dictated by the user running the server.

This tool does not yet implement comprehensive security measures, so treat it with caution.

Integration with AI Assistants

This MCP server is designed to work with Model Context Protocol-compatible AI assistants. It enhances their ability to:

  • Understand your code context
  • Make informed suggestions
  • Provide relevant examples
  • Help debug issues
  • Perform file operations on your behalf

1. Install the VSCode Extension

Note: Before installation, it's recommended to uninstall similar MCP servers such as filesystem MCP to avoid conflicts.

  • Download the VSIX package from here
  • Open VSCode
  • Press Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (macOS) to open the command palette
  • Type "Extensions: Install from VSIX..." and select it
  • Navigate to the downloaded VSIX file and select it
  • Restart VSCode after installation

For more information, visit the VSCode extension repository

2. Set Up and Run the MCP Server

First, clone or download this repository. Then, install the dependencies and build the project:

cd path/to/vscode-context-mcp
npm install
npm run build

Once built, update your Claude Desktop configuration to use the MCP server:

{
  "mcpServers": {
    "vscode-context-mpc": {
      "command": "node",
      "args": [
        "C:\\path\\to\\vscode-context-mcp\\dist\\index.js"
      ]
    }
  }
}

Note: Make sure the file path in the args array matches your actual project location.

3. Test the Connection

To verify that everything is working correctly, try using this prompt in Claude:

Please check my current VSCode project and tell me what files I have open.

4. Add Files to Claude Context

You can add files to your Claude context in a few ways:

  • Press Ctrl+L (Windows/Linux) or Cmd+L (macOS) to add the current file
  • Press Ctrl+I or Cmd+I to add only the selected text
  • Open the command palette (Ctrl+Shift+P or Cmd+Shift+P) and search for:
    • "Add File to Context"
    • "Add Selection to Context"

Tool Reference

Tool Name Description
get_vscode_context Retrieve complete VSCode context information
get_attached_files Retrieve a list of files attached to the workspace
get_project_path Get current project root directory
get_current_file Get details and content of the active file
get_open_tabs List all open editor tabs
get_problems Retrieve diagnostics (errors/warnings)
get_terminal_content Get terminal output and history
run_command Execute a shell command
read_file Read contents of a file
read_multiple_files Read multiple files at once
write_file Create or overwrite a file
edit_file Make line-based edits to a file
create_directory Create directory structure
list_directory List files and directories
directory_tree Get recursive directory structure
move_file Move or rename files and directories
search_files Find files matching a pattern
get_file_info Get detailed file metadata

Roadmap

  1. Make support for multiple VSCode projects
  2. Accept/Revert functionality when writing or editing files
  3. Redesign UI

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License – see the LICENSE file for details.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选