AI Workbench MCP
AI Workbench MCP is a tool server for supervising AI coding agents, capturing evidence, validating work, applying acceptance policies, and producing auditable PR-ready reports. It provides the following tools:
workbench_open_run: Create a new run folder and initialize evidence artifacts for a project task (with options for risk level, policy pack, validation profile, etc.).workbench_select_model: Select an appropriate model tier based on task type, risk, and complexity, recording the choice tomodel_selection.json.workbench_select_policy_pack: Get an advisory recommendation for which policy pack to apply based on task metadata (risk level, task type, changed files).workbench_record_execution: Capture AI agent/model response text and execution details into structured evidence artifacts, tracking files touched and run status.workbench_validate_run: Run deterministic validation over a run directory, generating avalidation_report.jsonas part of the acceptance authority.workbench_quality_gate: Evaluate a completed run against quality criteria, producing arevision_decision.jsonwith an outcome ofaccept,needs_review, orblock.workbench_analyze_runs: Analyze local run ledgers and generate report artifacts, with filtering by date, task type, and evidence scope for acceptance analytics.
Integrates with GitHub to provide a PR gate that writes acceptance decisions and comments based on validated runs, enabling auditable acceptance workflows for AI agent output.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AI Workbench MCPgate my latest agent output"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AI Workbench
AI Workbench supervises AI coding agents, captures evidence, validates work, applies acceptance policy, and produces auditable PR-ready reports.
The PyPI package remains ai-workbench-mcp for this public alpha because the
ai-workbench package name is already occupied. The product and CLI are
AI Workbench:
pip install ai-workbench-mcp
ai-workbench --helpCurrent source metadata targets unpublished ai-workbench-mcp==0.8.0a0.
This public alpha consolidates local supervision, evidence capture, validation,
acceptance policy, and PR reporting into one product surface.
Public Alpha Warning
The supervisor is the preferred automated evidence path, but daemon, Codex hook, and OpenCode adapter coverage are alpha mechanisms. AI Workbench checks evidence quality and acceptance readiness; it does not prove the work is absolutely correct. High-risk work still requires human review.
Related MCP server: ControlKeel
Architecture
AI Workbench supervisor captures local evidence.
AI Workbench validation writes
validation_report.json.AI Workbench quality gate writes
revision_decision.json.AI Workbench PR/report surfaces render
accept,needs_review, orblock.
Agent output is a proposal. Workbench accepts evidence.
MCP is the connection protocol. AI Workbench MCP is the tool server. Acceptance is decided by the selected validation profile and quality gate. The agent performs. Workbench accepts. MCP connects them.
Quick Start
Register a project once and start the local supervisor:
pip install ai-workbench-mcp
ai-workbench supervisor setup --project-dir . --task-type code_change
ai-workbench supervisor startRun Codex, OpenCode, Goose, or another supported local workflow in the project. Then inspect the latest report:
ai-workbench supervisor status
ai-workbench reports show latest --project-dir .Render PR-ready artifacts from a finalized run:
ai-workbench pr-gate --run-dir runs/<run_id>The canonical local run ledger is:
runs/<run_id>/
task_metadata.json
final_prompt.md
model_selection.json
model_output.md
validation_report.json
revision_decision.json
run_log.jsonl
metadata.json
transcript.jsonl
commands.jsonl
workspace/
validation/
artifacts/validation_report.json and revision_decision.json are the final acceptance
authority. Supporting supervisor reports are local evidence, not a substitute
for those Workbench artifacts.
Codex Hooks
Install project-local Codex hooks:
ai-workbench setup codex --project-dir . --task-type code_changeRestart Codex or start a new session, open /hooks, review the project hook,
and trust it once. Until a hook event is observed, supervisor status reports
Codex coverage as configured but unverified.
Goose MCP
AI Workbench still exposes the same MCP tool lifecycle. Register the server with Goose or another MCP host using:
ai-workbench mcp serveThe seven MCP tools remain:
workbench_open_run
workbench_select_policy_pack
workbench_select_model
workbench_record_execution
workbench_validate_run
workbench_quality_gate
workbench_analyze_runsPR Gate
Workbench PR acceptance consumes real Workbench run evidence:
ai-workbench pr-gate \
--run-dir runs/<run_id> \
--out runs/pr_gate/pr_comment.md \
--json-out runs/pr_gate/pr_decision.jsonOutcomes are exactly:
acceptneeds_reviewblock
Missing, unreadable, or scaffold-only evidence blocks. A green CI run, uploaded artifact, sticky PR comment, or model self-claim is not acceptance evidence.
Bootstrap Assets
To add starter configs, prompts, recipes, docs, and the GitHub PR-gate workflow to a repository:
ai-workbench bootstrap --target .The bootstrap keeps runs/ ignored.
Package Demo
For a package-only synthetic demo:
ai-workbench demo --target ./workbench-first-runThis shows accept, needs_review, and block PR-gate outcomes with fixture
evidence. It is not a real target-repository acceptance run.
Development
python -m pip install -e ".[dev,publish]"
python -m pytest -q -p no:cacheprovider
python -m ruff check . --no-cache
python -m mypy --no-sqlite-cache --no-incremental
ai-workbench demo --target runs/package_demo_smoke
ai-workbench validate --project ai_workbench_mcp --profile scaffold --run-dir runs/scaffold-smokeDo not commit runs/. Committed sample evidence must be sanitized and live
under examples/.
Docs
Goose demo walkthrough - recording-ready 3-5 minute public demo runbook
Recipes:
Sample evidence:
License
Apache-2.0. See LICENSE. MIT-origin attribution for the consolidated Prove It code is retained in NOTICE.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hrishikesh-thakre/ai-workbench-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server