Kortexio Memory for Claude Desktop
io.kortexio/memory
Hosted ambient memory for AI agents. Retrieve context and save notes via MCP tools with OAuth.
client:Claude Desktop
transport:streamable-http
Install Kortexio Memory in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"memory": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.kortexio.io/{appId}/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs