Skip to main content
Connect the Calibrate MCP server to your coding agent one of two ways: the hosted endpoint (recommended — nothing to install), or a local server run with npx. Both need a Calibrate API key — create one under Workspace settings → API keys.

Config file locations

Where each client stores its MCP config:
  • Claude Desktop~/Library/Application Support/Claude/claude_desktop_config.json
  • Cursor~/.cursor/mcp.json (or .cursor/mcp.json in a project)
  • Claude Code~/.claude.json (or .mcp.json in a project)
Point your client at the managed endpoint https://mcp.calibrate.artpark.ai/mcp via mcp-remote, passing your API key in the X-API-Key header. Nothing to install or keep updated.
Add to claude_desktop_config.json (see paths above):
Fully quit and reopen your client after editing its config — Claude Desktop needs a complete restart, not just a new window.

Local server (npx)

Run the server on your own machine from the @dalmia/calibrate-mcp package. It talks directly to the Calibrate API — no mcp-remote in between.
Add to claude_desktop_config.json (see paths above):

Environment variables

For self-hosted Calibrate deployments, run the local server with --server-url pointing at your API instance:

Local development

To run from a local clone:

MCP Inspector

Inspect the tools interactively with the MCP Inspector — a web UI for testing tool calls: