{ "name": "@toremlabs/proof-mcp", "version": "1.2.0", "mcpName": "io.github.ToremLabs/proof", "description": "Proof is an audit trail for AI-written code: it records what the agent changed, what a person actually reviewed, and who signed off. This MCP server logs into the user's Proof account and lets any MCP client (Claude Desktop, Claude Code, Cursor, custom agents) read and write the same workspace the webapp uses: frame the work, review the agent's changes, and read the signed decision record.", "type": "module", "bin": { "proof-mcp": "dist/index.js" }, "files": [ "dist", "README.md" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch", "prepublishOnly": "npm run build" }, "publishConfig": { "access": "public" }, "homepage": "https://proof.toremlabs.com/mcp", "repository": { "type": "git", "url": "git+https://github.com/ToremLabs/proof-mcp.git" }, "keywords": [ "mcp", "model-context-protocol", "proof", "agentic-engineering", "knowledge-graph", "claude-code", "claude-desktop", "cursor", "ai-code-review", "audit-trail", "code-review", "ai-agents", "human-in-the-loop" ], "dependencies": { "@anthropic-ai/sdk": "^0.40.0", "@google/generative-ai": "^0.21.0", "@modelcontextprotocol/sdk": "^1.0.0", "@supabase/supabase-js": "^2.45.0", "openai": "^4.71.0", "undici": "^6.25.0", "ws": "^8.18.0", "zod": "^3.23.0" }, "devDependencies": { "@types/node": "^22.0.0", "@types/ws": "^8.5.13", "typescript": "^5.6.0" }, "engines": { "node": ">=18" }, "license": "AGPL-3.0-or-later" }