Skip to content
Cursor

Sovereign Identity Wallet for Cursor

io.github.tamtunnel/si-wallet-mcp

Self-hosted signing wallet: DIDs, agency grants, and task mandates for AI agents.

client:Cursor transport:stdio runtime:npm

Install Sovereign Identity Wallet in Cursor

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

{
  "mcpServers": {
    "si-wallet-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@tamtunnel/si-wallet-mcp"
      ]
    }
  }
}

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

Sovereign Identity Wallet in other clients