← Index

io.github.seritalien/brain-protocol

io.github.seritalien/brain-protocol·v0.3.3·Memory & RAG
Quality Score
77
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "brain-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "@brain-protocol/mcp"
      ],
      "env": {
        "BRAIN_API_URL": "<brain_api_url>",
        "BRAIN_API_KEY": "<your-brain_api_key>",
        "BRAIN_DB_PATH": "<brain_db_path>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "brain-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "@brain-protocol/mcp"
      ],
      "env": {
        "BRAIN_API_URL": "<brain_api_url>",
        "BRAIN_API_KEY": "<your-brain_api_key>",
        "BRAIN_DB_PATH": "<brain_db_path>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @brain-protocol/mcp
§02  Environment variables
BRAIN_API_URL

Cloud mode API URL (e.g., https://brain.api.vauban.tech). When unset, uses local SQLite.

BRAIN_API_KEY
secret

API key for cloud mode authentication (sent as X-API-Key header)

BRAIN_DB_PATH

Override path for the local SQLite database file

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Memory & RAG