Skip to content
Cursor

shuka for Cursor

io.github.cdonoyan/shuka

Universal trust attestation for AI agents. Create, verify, and negotiate trust proofs.

client:Cursor transport:stdio runtime:npm

Install shuka in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "shuka": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@shukashake/mcp"
      ],
      "env": {
        "SHUKA_API_URL": "<SHUKA_API_URL>",
        "SHUKA_API_KEY": "<SHUKA_API_KEY>"
      }
    }
  }
}

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

shuka in other clients