Persistent AI agent memory with rollback, audit trails, semantic search, and knowledge graph. Zero-config local SQLite mode or cloud API. 23 tools, 6 resources, 3 prompts.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y novyx-coreAgent-CoreX intelligently routes which tools from novyxlabs/novyx-mcp your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"novyx-core": {
"command": "npx",
"args": [
"-y",
"novyx-core"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add novyx-coreAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use novyxlabs/novyx-mcp directly without routing
npx -y novyx-coreNew to Agent-CoreX? View setup guide →