Human-like memory layer for AI agents with semantic, episodic, and procedural memory. Claude Code hooks (auto-save, auto-recall, cognitive profile). 29 MCP tools, knowledge graph, smart triggers, multi-user isolation. Python & JS SDKs.
Run the underlying MCP server directly — without Agent-CoreX routing.
uvx mengramAgent-CoreX intelligently routes which tools from alibaizhanov/mengram your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"mengram": {
"command": "uvx",
"args": [
"mengram"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add mengramAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use alibaizhanov/mengram directly without routing
uvx mengramNew to Agent-CoreX? View setup guide →