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
{
"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