Skip to content
Zed

shuka for Zed

io.github.cdonoyan/shuka

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

client:Zed transport:stdio runtime:npm

Install shuka 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": {
    "shuka": {
      "command": "npx",
      "args": [
        "-y",
        "@shukashake/mcp"
      ],
      "env": {
        "SHUKA_API_URL": "<SHUKA_API_URL>",
        "SHUKA_API_KEY": "<SHUKA_API_KEY>"
      }
    }
  }
}

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

shuka in other clients