Blue Synergy Cortex for Claude Desktop
io.github.novotapeter-bs/cortex
Long-term, drift-free cognitive memory engine for AI Agents and Cursor IDE.
client:Claude Desktop
transport:sse
Install Blue Synergy Cortex in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"cortex": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://cortex.bluesynergy.io/v1/mcp/sse"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs