Skip to content
Cursor

bolor brain mcp for Cursor

io.github.photoxpedia/bolor-brain-mcp

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

client:Cursor transport:stdio runtime:npm

Install bolor brain mcp 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": {
    "bolor-brain-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bolor-brain-mcp"
      ],
      "env": {
        "BRAIN_USE_SQLITE": "<BRAIN_USE_SQLITE>",
        "BRAIN_LOG_LEVEL": "<BRAIN_LOG_LEVEL>"
      }
    }
  }
}

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

bolor brain mcp in other clients