Cognitive engine for AI agents — semantic memory, observations, embeddings, dream consolidation. Cloud Run service + MCP tools.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"cortex-engine": {
"command": "npx",
"args": [
"-y",
"Fozikio/cortex-engine"
]
}
}
}
Run in terminal:
claude mcp add cortex-engine npx -y Fozikio/cortex-engine
Add to .cursor/mcp.json:
{
"mcpServers": {
"cortex-engine": {
"command": "npx",
"args": [
"-y",
"Fozikio/cortex-engine"
]
}
}
}