Skip to content
VS Code

Girder for VS Code

io.github.dhishwasher/girder

Local semantic code graph: source, definitions, callers, callees, impact, and semantic change review

client:VS Code transport:stdio runtime:npm

Install Girder in VS Code

.vscode/mcp.json

{
  "servers": {
    "girder": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "girder-mcp"
      ]
    }
  }
}

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

Girder in other clients