HomeDevelopment › Hicortex — AI Fleet Memory

Hicortex — AI Fleet Memory

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

TypeScript Local
★ 2 stars Last pushed 2026-09-23 License: NOASSERTION

Topics: Aggregators

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.23.0)

npx -y @gamaze/hicortex@0.23.0

Or add to your MCP client config:

{
  "mcpServers": {
    "hicortex": {
      "command": "npx",
      "args": [
        "-y",
        "@gamaze/hicortex@0.23.0"
      ],
      "env": {
        "HICORTEX_AUTH_TOKEN": "<YOUR_VALUE>",
        "HICORTEX_SERVER_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • HICORTEX_AUTH_TOKEN secret — Bearer token for a remote Hicortex server (server prints it via `hicortex status`). Optional — a local server needs no token.
  • HICORTEX_SERVER_URL — URL of a remote Hicortex server (e.g. https://your-server:8787). Optional — omit for a local server on this machine.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry