Shared fleet memory for AI agents: nightly self-correction, recall every prompt (supported agents).
claude mcp add hicortex -- npx -y @gamaze/hicortex
claude_desktop_config.json
{
"mcpServers": {
"hicortex": {
"command": "npx",
"args": [
"-y",
"@gamaze/hicortex"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"hicortex": {
"command": "npx",
"args": [
"-y",
"@gamaze/hicortex"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"hicortex": {
"command": "npx",
"args": [
"-y",
"@gamaze/hicortex"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"hicortex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gamaze/hicortex"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"hicortex": {
"command": "npx",
"args": [
"-y",
"@gamaze/hicortex"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.gamaze-labs--hicortex/reviews or the review_server meta-tool.
POST /mcp