Skip to content
Zed

Octobrain for Zed

io.github.muvon/octobrain

Persistent memory for AI assistants with semantic search and knowledge graph relationships.

client:Zed transport:stdio runtime:npm

Install Octobrain in Zed

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

{
  "context_servers": {
    "octobrain": {
      "command": "npx",
      "args": [
        "-y",
        "@muvon/octobrain"
      ]
    }
  }
}

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

Octobrain in other clients