Skip to content
Zed

kira for Zed

io.github.aibenyclaude-coder/kira

Skills and Scars for AI agents - your agent records its failures and never repeats them.

client:Zed transport:stdio runtime:npm

Install kira 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": {
    "kira": {
      "command": "npx",
      "args": [
        "-y",
        "kira-mcp"
      ],
      "env": {
        "KIRA_TELEMETRY": "<KIRA_TELEMETRY>",
        "KIRA_TELEMETRY_URL": "<KIRA_TELEMETRY_URL>",
        "KIRA_HOME": "<KIRA_HOME>",
        "KIRA_PRO_KEY": "<KIRA_PRO_KEY>"
      }
    }
  }
}

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

kira in other clients