Hicortex — AI Fleet Memory for Claude Desktop
io.github.gamaze-labs/hicortex
Shared fleet memory for AI agents: nightly self-correction, recall every prompt (supported agents).
client:Claude Desktop
transport:stdio
runtime:npm
Install Hicortex — AI Fleet Memory in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"hicortex": {
"command": "npx",
"args": [
"-y",
"@gamaze/hicortex"
],
"env": {
"HICORTEX_AUTH_TOKEN": "<HICORTEX_AUTH_TOKEN>",
"HICORTEX_SERVER_URL": "<HICORTEX_SERVER_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs