Skip to content
Cursor

sdk for Cursor

io.github.bolyra/sdk

TypeScript SDK for mutual ZKP authentication between humans and AI agents.

client:Cursor transport:stdio runtime:npm

Install sdk in Cursor

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

{
  "mcpServers": {
    "sdk": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@bolyra/sdk"
      ]
    }
  }
}

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

sdk in other clients