Skip to content
Zed

myco brain for Zed

io.github.thegoodguysla/myco-brain

Self-hosted, source-traceable memory layer and MCP server for AI agents, on your own Postgres.

client:Zed transport:stdio runtime:npm

Install myco brain in Zed

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

{
  "context_servers": {
    "myco-brain": {
      "command": "npx",
      "args": [
        "-y",
        "@mycobrain/mcp-server"
      ]
    }
  }
}

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

myco brain in other clients