Skip to content
Zed

mcp identity for Zed

io.github.zekebuilds-lab/mcp-identity

DoI score lookup, vouch event builder, and offline schnorr verify for AI agents.

client:Zed transport:stdio runtime:npm

Install mcp identity 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": {
    "mcp-identity": {
      "command": "npx",
      "args": [
        "-y",
        "@powforge/mcp-identity"
      ],
      "env": {
        "ORACLE_URL": "<ORACLE_URL>",
        "ORACLE_PUBKEY": "<ORACLE_PUBKEY>"
      }
    }
  }
}

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

mcp identity in other clients