coding agents
Vscode Mcp Server
A MCP Server that allows AI such as Claude to read from the directory structure in a VS Code workspace, see problems picked up by linter(s) and the language server, read code files, and make edits.
typescript
local
coding agents
Installation
npx -y juehang/vscode-mcp-serverConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "vscode-mcp-server",
"command": "npx",
"args": [
"-y",
"juehang/vscode-mcp-server"
]
}About This MCP Server
juehang/vscode-mcp-server
A MCP Server that allows AI such as Claude to read from the directory structure in a VS Code workspace, see problems picked up by linter(s) and the language server, read code files, and make edits.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub