Hicortex — AI Fleet Memory for Cline
io.github.gamaze-labs/hicortex
Shared fleet memory for AI agents: nightly self-correction, recall every prompt (supported agents).
client:Cline
transport:stdio
runtime:npm
Install Hicortex — AI Fleet Memory in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"hicortex": {
"command": "npx",
"args": [
"-y",
"@gamaze/hicortex"
],
"env": {
"HICORTEX_AUTH_TOKEN": "<HICORTEX_AUTH_TOKEN>",
"HICORTEX_SERVER_URL": "<HICORTEX_SERVER_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs