What you can do
Once connected, ask your coding agent in plain English:Manage agents
“List my agents”, “create an agent called support-bot”, or “update support-bot’s model” — the agent calls the right tool and shows you the result.Build and update tests
“Create a test for the billing flow” or “bulk-upload these test cases” — add and edit the tests your agents are evaluated against.Launch and monitor runs
“Run the tests for support-bot” or “run tests for every agent in my workspace” — kick off evaluation runs and get back a task id.Check results and debug
“What’s the status of run abc123?” — poll a run and read per-test-case pass/fail results and evaluator judgments without leaving your editor.How to get set up
First, create a Calibrate API key under Workspace settings → API keys. The snippets below use the hosted server (nothing to install); for the localnpx server and other clients see Installation.
Then add the server to your client one of two ways.
Option 1: Via the app
Some clients let you edit MCP config from their UI:- Open your client’s settings — in Claude Desktop, Settings → Developer → Edit Config.
- Paste the Calibrate server block (below) into the
mcpServersobject. - Save, then fully quit and reopen the client.
Option 2: Via terminal
Edit the config file directly:-
Open your client’s config file — e.g. on macOS:
-
Add the Calibrate server, pasting in your API key:
- Save, then fully quit and reopen the client.
See Installation for per-client snippets (Claude Code,
Cursor, Claude Desktop), the local
npx setup, and OS-specific config paths.Your first queries
- “List all my agents”
- “Resolve the names support-bot and billing-bot to UUIDs”
- “Run the tests for support-bot and give me the task id”
- “What’s the status and results of run abc123?”