Home › Development › Hicortex — AI Fleet Memory
Hicortex — AI Fleet Memory
Shared fleet memory for AI agents: nightly self-correction, recall every prompt (supported agents).
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_TOKENsecret — 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
mindshub
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
pipedream
Connect with 2,500 APIs with 8,000+ prebuilt tools, and manage servers for your users, in your own app.
metamcp
MetaMCP is the one unified middleware MCP server that manages your MCP connections with GUI.
anyquery
Query more than 40 apps with one binary using SQL. It can also connect to your PostgreSQL, MySQL, or SQLite compatible database.…
MCPJungle
Self-hosted MCP Server registry for enterprise AI Agents
opentabs
Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry