Exposes VSCode features like file viewing, editing, and debugging as an MCP server. Connects to local VSCode instances, allowing AI agents to manipulate code, manage projects, and run tasks. Developers use it to automate coding workflows, integrate AI-assisted development, and manage projects directly from AI interfaces.
Exposes VSCode features like file viewing, editing, and debugging as an MCP server. Connects to local VSCode instances, allowing AI agents to manipulate code, manage projects, and run tasks. Developers use it to automate coding workflows, integrate AI-assisted development, and manage projects directly from AI interfaces.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"acomagu-vscode-as-mcp-server-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-acomagu-vscode-as-mcp-server-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from vscode as?"
No configuration required. This server works out of the box.
"What resources are available in vscode as?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in vscode as"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in vscode as with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.