Skip to content

openchronicle-mcp for Zed

io.github.csoai-org/openchronicle-mcp

Memory database for LLM agents — persistent semantic + keyword memory, project namespacing, served o

client:Zed transport:stdio runtime:pypi

Install openchronicle-mcp in Zed

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

{
  "context_servers": {
    "openchronicle-mcp": {
      "command": "uvx",
      "args": [
        "openchronicle-mcp"
      ]
    }
  }
}

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

openchronicle-mcp in other clients