Skip to content
Zed

metabrain for Zed

io.github.ariaxhan/metabrain

MCP server giving AI agents persistent SQLite memory that proves which lessons hold.

client:Zed transport:stdio runtime:pypi

Install metabrain in Zed

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

{
  "context_servers": {
    "metabrain": {
      "command": "uvx",
      "args": [
        "metabrain"
      ]
    }
  }
}

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

metabrain in other clients