MCP server exposing VS Code features
MCP server that exposes VS Code features like file viewing, editing, and extension management to LLMs through the Model Context Protocol.
{
"mcpServers": {
"vscode": {
"mcpServers": {
"vscode": {
"args": [
"-y",
"vscode-as-mcp-server"
],
"command": "npx"
}
}
}
}
}