Skip to content
Claude Desktop

brainllm for Claude Desktop

io.github.miisodev/brainllm

Persistent graph-structured memory for LLMs in TriliumNext Notes — readable and editable by humans.

client:Claude Desktop transport:stdio runtime:npm

Install brainllm in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "brainllm": {
      "command": "npx",
      "args": [
        "-y",
        "brainllm"
      ],
      "env": {
        "TRILIUM_BASE_URL": "<TRILIUM_BASE_URL>",
        "TRILIUM_ETAPI_TOKEN": "<TRILIUM_ETAPI_TOKEN>",
        "TRILIUM_PASSWORD": "<TRILIUM_PASSWORD>",
        "BRAINLLM_MODE": "<BRAINLLM_MODE>",
        "BRAINLLM_TZ": "<BRAINLLM_TZ>",
        "BRAINLLM_OWNER_PASSWORD": "<BRAINLLM_OWNER_PASSWORD>",
        "BRAINLLM_OAUTH_SECRET": "<BRAINLLM_OAUTH_SECRET>",
        "BRAINLLM_PUBLIC_URL": "<BRAINLLM_PUBLIC_URL>",
        "BRAINLLM_ALLOW_UNAUTHENTICATED_HTTP": "<BRAINLLM_ALLOW_UNAUTHENTICATED_HTTP>",
        "BRAINLLM_TRUST_PROXY": "<BRAINLLM_TRUST_PROXY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

brainllm in other clients