Run Proof where your agent already works.
Proof installs as an MCP server inside Claude Code, Claude Desktop, Cursor, and any other MCP-capable tool. It runs on the model you already pay for, so there is no extra inference cost, and it is free to install and use. Your agent can frame a problem with Ideation, review a change with Review, and pull the decision record out on demand. The app, the editor, and the agent all see the same workspace.
Set it up in a minute
- Step 1Add Proof to your tool
Drop this into your tool's MCP config. For Claude Desktop, edit
claude_desktop_config.json. For Claude Code and Cursor, add a.mcp.jsonat your workspace root.{ "mcpServers": { "proof": { "command": "npx", "args": ["-y", "@toremlabs/proof-mcp"] } } } - Step 2Link your account
Run this once. It shows a short code, then open /device in Proof to confirm it. The tool is then linked to your account.
npx -y @toremlabs/proof-mcp@latest login
Ideation, Review, and the record, from your editor
- Your agent reads the full workspace: every project, concept, and decision.
- Ideation from the agent: frame a problem, explore approaches, compare them, and record the choice. The methods stay under the hood; you ask in plain language.
- Every write is stamped with where it came from, so the record shows what the agent did and what you approved.
- Pull the decision record out on demand: what was decided, on what evidence, when. Exportable, not locked in the app.
- It rides your host’s model, so inference runs on your existing subscription with nothing extra to buy.