Skip to content
Cline

brain protocol for Cline

io.github.seritalien/brain-protocol

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

client:Cline transport:stdio runtime:npm

Install brain protocol in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

brain protocol in other clients