Persistent memory engine for AI coding agents. Stores architecture decisions, bug root causes, and project conventions across sessions. Single Go binary with embedded SQLite, FTS5 search, context assembly within token budgets, and autopilot setup for Claude Code, Kiro, and Cursor.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y mnemosAgent-CoreX intelligently routes which tools from s60yucca/mnemos your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"mnemos": {
"command": "npx",
"args": [
"-y",
"mnemos"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add mnemosAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use s60yucca/mnemos directly without routing
npx -y mnemosNew to Agent-CoreX? View setup guide →