Skip to content
Zed

Ikuna for Zed

io.github.robertohanas/ikuna-mcp

Read workspace context and activity from the running Ikuna macOS app, with app-managed permissions.

client:Zed transport:stdio runtime:npm

Install Ikuna in Zed

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

{
  "context_servers": {
    "ikuna-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ikuna-mcp"
      ]
    }
  }
}

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

Ikuna in other clients