Skip to content
Cursor

Hicortex — AI Fleet Memory for Cursor

io.github.gamaze-labs/hicortex

Shared fleet memory for AI agents: nightly self-correction, recall every prompt (supported agents).

client:Cursor transport:stdio runtime:npm

Install Hicortex — AI Fleet Memory in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "hicortex": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@gamaze/hicortex"
      ],
      "env": {
        "HICORTEX_AUTH_TOKEN": "<HICORTEX_AUTH_TOKEN>",
        "HICORTEX_SERVER_URL": "<HICORTEX_SERVER_URL>"
      }
    }
  }
}

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

Hicortex — AI Fleet Memory in other clients