Skip to content
Grok

Credda Trust for Grok

io.github.credda-io/credda-trust

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

client:Grok transport:stdio runtime:npm

Install Credda Trust in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Credda Trust in other clients