← Back to Plugins
MCP Server MCP

io.github.photoxpedia/bolor-brain-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "bolor-brain-mcp",
      "version": "1.1.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Enable SQLite storage (default: true)",
          "name": "BRAIN_USE_SQLITE"
        },
        {
          "description": "Log level (default: INFO)",
          "name": "BRAIN_LOG_LEVEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...