Persistent memory for AI coding assistants with hybrid search (FTS5 + vector embeddings), session tracking, automatic context hooks, and web viewer. SQLite-based with no daemon process — works with Claude Code, Cursor, Windsurf, and any MCP client.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y agentkits-memoryAgent-CoreX intelligently routes which tools from aitytech/agentkits-memory your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"agentkits-memory": {
"command": "npx",
"args": [
"-y",
"agentkits-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 agentkits-memoryAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use aitytech/agentkits-memory directly without routing
npx -y agentkits-memoryNew to Agent-CoreX? View setup guide →