Skip to content
Windsurf

brain protocol for Windsurf

io.github.seritalien/brain-protocol

Verifiable Memory for AI Agents — knowledge graph, FTS, Starknet proofs, local or cloud

client:Windsurf transport:stdio runtime:npm

Install brain protocol in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "brain-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "@brain-protocol/mcp"
      ],
      "env": {
        "BRAIN_API_URL": "<BRAIN_API_URL>",
        "BRAIN_API_KEY": "<BRAIN_API_KEY>",
        "BRAIN_DB_PATH": "<BRAIN_DB_PATH>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

brain protocol in other clients