Skip to content
Zed

Credda Trust for Zed

io.github.credda-io/credda-trust

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

client:Zed transport:stdio runtime:npm

Install Credda Trust in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "credda-trust": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Credda Trust in other clients