← Index

io.github.photoxpedia/bolor-brain-mcp

io.github.photoxpedia/bolor-brain-mcp·v1.1.0·Memory & RAG
Quality Score
76
/100

Cognitive architecture MCP server with memory, learning, and contextual understanding

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "bolor-brain-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bolor-brain-mcp"
      ],
      "env": {
        "BRAIN_USE_SQLITE": "<brain_use_sqlite>",
        "BRAIN_LOG_LEVEL": "<brain_log_level>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "bolor-brain-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bolor-brain-mcp"
      ],
      "env": {
        "BRAIN_USE_SQLITE": "<brain_use_sqlite>",
        "BRAIN_LOG_LEVEL": "<brain_log_level>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y bolor-brain-mcp
§02  Environment variables
BRAIN_USE_SQLITE

Enable SQLite storage (default: true)

BRAIN_LOG_LEVEL

Log level (default: INFO)

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