Skip to content
Zed

Kirok Memory for Zed

io.github.tadfuji/kirok-mcp

Persistent memory for AI agents - hybrid semantic + keyword recall with autonomous consolidation

client:Zed transport:stdio runtime:pypi

Install Kirok Memory 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": {
    "kirok-mcp": {
      "command": "uvx",
      "args": [
        "kirok-mcp"
      ],
      "env": {
        "GEMINI_API_KEY": "<GEMINI_API_KEY>"
      }
    }
  }
}

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

Kirok Memory in other clients