Skip to content
VS Code

AI Workbench MCP for VS Code

io.github.hrishikesh-thakre/ai-workbench-mcp

Goose-first MCP server for Workbench-owned acceptance evidence, validation gates, and analytics.

client:VS Code transport:stdio runtime:pypi

Install AI Workbench MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "ai-workbench-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ai-workbench-mcp"
      ]
    }
  }
}

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

AI Workbench MCP in other clients