Skip to content
VS Code

workspace tools for VS Code

com.vandorla/workspace-tools

Sandbox workspace tools: search, file read, DB queries, integrations. Returns synthetic data.

client:VS Code transport:streamable-http

Install workspace tools in VS Code

.vscode/mcp.json

{
  "servers": {
    "workspace-tools": {
      "type": "http",
      "url": "https://vandorla.com/mcp?src=registry"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

workspace tools in other clients