VS Code
Exposes VS Code's filesystem, editing capabilities, symbol search, diagnostics, and terminal access as tools for AI-assisted coding tasks directly within your existing VS Code environment.
Featured
View Source191 stars
0 tools
Created Aug 2025
@juehang/juehang-vs-code-vscode-mcp-serverAbout
Exposes VS Code's filesystem, editing capabilities, symbol search, diagnostics, and terminal access as tools for AI-assisted coding tasks directly within your existing VS Code environment.
Categories
general
Installation
npm
npm install @juehang/juehang-vs-code-vscode-mcp-server
Configuration
{
"mcpServers": {
"juehang-vs-code-vscode-mcp-server": {
"command": "npx",
"args": [
"-y",
"@juehang/juehang-vs-code-vscode-mcp-server"
]
}
}
}