Skip to content
Zed

Kawa Code for Zed

ai.kawacode/mcp

Team-aware memory: intent, decisions, real-time conflicts for AI coding assistants.

client:Zed transport:stdio runtime:npm

Install Kawa Code in Zed

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

{
  "context_servers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@kawacode/mcp"
      ]
    }
  }
}

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

Kawa Code in other clients