mcpbeat Sign in

Hicortex — AI Fleet Memory MCP Server

by gamaze-labs Your server? Claim it
local only

Hicortex — AI Fleet Memory runs on your own machine — the client starts it, so there is no endpoint to ping. 1 860 installs a week from npm. Last commit 17 Sep 2026.

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

Installs per day peak 483 · avg 145 · +404% w/w
a month agotoday
1 860
Installs / week
npm · @gamaze/hicortex
2
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] assets/dashboard.html:1, [пакет] assets/identity.html:1, [пакет] assets/viz.html:1
этот файл ставится пользователю, но в репозитории его нет
Builds a database query by concatenation [пакет] assets/dashboard.html:23, packages/hicortex/assets/dashboard.html:23
    /search /memory /update /delete /identity — the browser + agent rail
Reads files and sends them to the network packages/hicortex/src/init.ts:27
import { existsSync, readFileSync, writeFileSync, mkdirSync, copyFileSync, readdirSync, statSync, symlinkSync, rmSync, renameSync } from "node:fs";

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add hicortex -- npx -y @gamaze/hicortex
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hicortex": {
      "args": [
        "-y",
        "@gamaze/hicortex"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hicortex]
command = "npx"
args = ["-y", "@gamaze/hicortex"]
.cursor/mcp.json
{
  "mcpServers": {
    "hicortex": {
      "args": [
        "-y",
        "@gamaze/hicortex"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hicortex": {
      "args": [
        "-y",
        "@gamaze/hicortex"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: HICORTEX_AUTH_TOKEN (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Hicortex — AI Fleet Memory

same job, measured the same way
Verbative Memory
by verbative

On-device, self-organizing memory for AI coding agents — recalls the right facts into each prompt.

366 installs/wk local only
Memocore
by memocore

Shared memory for all your AI agents, your whole team and every MCP client — save, search, recall.

answering
Mnemo
by dancenitra

Self-correcting agent memory + MCP server: recall, supersede/revert/review corrections, erasure.

951 installs/wk local only
Cap Shield
by robinlidberg-dot

Context selection and compression for AI agents - recall measured, not claimed.

217 installs/wk local only
Plur
by plur-ai

Open, local-first engram memory for AI agents: read, correct, delete; shared over MCP.

785 installs/wk local only
StremAI
by thomasjumper

StremAI MCP: shared memory for AI coding agents. Connected agents can recall. OAuth + local stdio.

96 installs/wk answering
Memra
by usememra

Persistent memory for AI agents. EU-hosted, privacy-first, hybrid recall, contradiction detection.

7 tools answering
I
MemVault MCP Server
by dreamor

Shared memory router for AI agents: save/search/recall, session-start injection, review inbox.

local only

Hicortex — AI Fleet Memory — questions

Answers built from our own checks of this server.

Why is there no uptime for Hicortex — AI Fleet Memory?
Hicortex — AI Fleet Memory runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @gamaze/hicortex was installed 1 860 times last week.
How do I connect Hicortex — AI Fleet Memory?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @gamaze/hicortex straight from npm; nothing to host, nothing to sign up for.
How many people use Hicortex — AI Fleet Memory?
The npm package @gamaze/hicortex was installed 1 860 times in the last week. Week over week that is +404%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hicortex — AI Fleet Memory open source?
We cannot say either way: written in TypeScript and 2 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.