Skip to content
Grok

Hicortex — AI Fleet Memory for Grok

io.github.gamaze-labs/hicortex

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

client:Grok transport:stdio runtime:npm

Install Hicortex — AI Fleet Memory in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Hicortex — AI Fleet Memory in other clients