Skip to content
Cursor

Credda Trust for Cursor

io.github.credda-io/credda-trust

Check a counterparty's verifiable Credda trust record; verify or present signed credentials.

client:Cursor transport:stdio runtime:npm

Install Credda Trust 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": {
    "credda-trust": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@credda/mcp-server"
      ],
      "env": {
        "CREDDA_API_KEY": "<CREDDA_API_KEY>",
        "CREDDA_USER_ID": "<CREDDA_USER_ID>",
        "CREDDA_API_BASE": "<CREDDA_API_BASE>"
      }
    }
  }
}

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

Credda Trust in other clients