Institutional memory for AI agents with real BFT consensus. 4 application validators vote on every memory before it's committed — no more storing garbage. 13 MCP tools, runs locally, works with any MCP-compatible model. Backed by 4 published research papers.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y sageAgent-CoreX intelligently routes which tools from l33tdawg/sage your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"sage": {
"command": "npx",
"args": [
"-y",
"sage"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add sageAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use l33tdawg/sage directly without routing
npx -y sageNew to Agent-CoreX? View setup guide →