Skip to content
VS Code

ProofStream for VS Code

io.github.proofstreamai/proofstream-mcp

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

client:VS Code transport:stdio runtime:npm

Install ProofStream in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ProofStream in other clients