Cognitive memory for AI agents with Hebbian learning, 3-tier architecture, and knowledge graphs. Single ~15MB binary, runs offline on edge devices.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y shodh-memoryAgent-CoreX intelligently routes which tools from varun29ankuS/shodh-memory your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"shodh-memory": {
"command": "npx",
"args": [
"-y",
"shodh-memory"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add shodh-memoryAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use varun29ankuS/shodh-memory directly without routing
npx -y shodh-memoryNew to Agent-CoreX? View setup guide →