Maindex Expert Memory Service for Claude Desktop
io.maindex/expert
Full-control memory API for AI agents — memories, collections, links, search, and bulk operations.
client:Claude Desktop
transport:streamable-http
Install Maindex Expert Memory Service in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"expert": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://expert.maindex.io/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