Skip to content
Cursor

A202 for Cursor

io.github.a202-protocol/a202-mcp

Verifiable agreements for agent-led commerce: mandates, obligations, evidence, transaction records.

client:Cursor transport:stdio runtime:oci

Install A202 in Cursor

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

{
  "mcpServers": {
    "a202-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/a202-protocol/a202-mcp:0.1.0"
      ]
    }
  }
}

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

A202 in other clients