Odel
AI Workbench MCP

AI Workbench MCP

Local
@hrishikesh-thakrePythonApache-2.0Updated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIai-workbench-mcpv0.6.0a0

Run

uvx ai-workbench-mcp

MCP client config

{
  "mcpServers": {
    "ai-workbench-mcp": {
      "command": "uvx",
      "args": [
        "ai-workbench-mcp"
      ]
    }
  }
}