Skip to content
Cursor

robo-cortex for Cursor

io.github.robotel-limited/robo-cortex

Git-aware memory store for AI coding agents; memories are anchored to git blob hashes.

client:Cursor transport:stdio runtime:pypi

Install robo-cortex in Cursor

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

{
  "mcpServers": {
    "robo-cortex": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "robo-cortex"
      ]
    }
  }
}

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

robo-cortex in other clients