Persistent intelligence infrastructure for agentic development that gives AI coding assistants cumulative memory and pattern learning. Hybrid TypeScript/Rust implementation with local-first storage using SQLite + SurrealDB for semantic analysis and incremental codebase understanding.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y in-memoriaAgent-CoreX intelligently routes which tools from pi22by7/In-Memoria your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"in-memoria": {
"command": "npx",
"args": [
"-y",
"in-memoria"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add in-memoriaAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use pi22by7/In-Memoria directly without routing
npx -y in-memoriaNew to Agent-CoreX? View setup guide →