connect for Claude Desktop
ai.odei/connect
Governed personal world model and memory for your AI agent. Pair once, connect over MCP.
client:Claude Desktop
transport:streamable-http
tools:7
Install connect in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"connect": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.odei.ai/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