Skip to content
VS Code

robo-cortex for VS Code

io.github.robotel-limited/robo-cortex

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

client:VS Code transport:stdio runtime:pypi

Install robo-cortex in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

robo-cortex in other clients