Skip to content
Gemini CLI

myco brain for Gemini CLI

io.github.thegoodguysla/myco-brain

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

client:Gemini CLI transport:stdio runtime:npm

Install myco brain in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

myco brain in other clients