A self-contained Memory server with single-binary architecture (embedded DB & models, no dependencies). Provides persistent semantic and graph-based memory for AI agents.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y memory-mcp-1fileAgent-CoreX intelligently routes which tools from pomazanbohdan/memory-mcp-1file your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"memory-mcp-1file": {
"command": "npx",
"args": [
"-y",
"memory-mcp-1file"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add memory-mcp-1fileAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use pomazanbohdan/memory-mcp-1file directly without routing
npx -y memory-mcp-1fileNew to Agent-CoreX? View setup guide →