Skip to content
Zed

agkit for Zed

cloud.agkit/agkit

AgentKit management-plane CLI + MCP server (agkit).

client:Zed transport:stdio runtime:npm

Install agkit in Zed

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

{
  "context_servers": {
    "agkit": {
      "command": "npx",
      "args": [
        "-y",
        "@storybloq/agkit"
      ]
    }
  }
}

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

agkit in other clients