Skip to content
Cursor

brain protocol for Cursor

io.github.seritalien/brain-protocol

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

client:Cursor transport:stdio runtime:npm

Install brain protocol in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "brain-protocol": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

brain protocol in other clients