A Model Context Protocol server for Mem0 that helps manage coding preferences and patterns, providing tools for storing, retrieving and semantically handling code implementations, best practices and technical documentation in IDEs like Cursor and Windsurf
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y mem0-mcpAgent-CoreX intelligently routes which tools from mem0ai/mem0-mcp your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"mem0-mcp": {
"command": "npx",
"args": [
"-y",
"mem0-mcp"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add mem0-mcpAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use mem0ai/mem0-mcp directly without routing
npx -y mem0-mcpNew to Agent-CoreX? View setup guide →