Skip to content
Cursor

ProofStream for Cursor

io.github.proofstreamai/proofstream-mcp

Dispatch a human verifier to physically verify anything in the real world. For AI agents.

client:Cursor transport:stdio runtime:npm

Install ProofStream in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "proofstream-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "proofstream-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ProofStream in other clients