Odel
robo-cortex

robo-cortex

Local
@robotel-limited1PythonMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIrobo-cortexv0.4.1

Run

uvx robo-cortex

MCP client config

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