Skip to content
Cursor

Octobrain for Cursor

io.github.muvon/octobrain

Persistent memory for AI assistants with semantic search and knowledge graph relationships.

client:Cursor transport:stdio runtime:npm

Install Octobrain in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "octobrain": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@muvon/octobrain"
      ]
    }
  }
}

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

Octobrain in other clients