MCP server that gives AI coding agents on-demand access to private project docs via BM25 ranked search. One setup for Claude Code, Cursor, Codex, Gemini CLI, and more. Docs stay private, never in public repos.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y alcoveAgent-CoreX intelligently routes which tools from epicsagas/alcove your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"alcove": {
"command": "npx",
"args": [
"-y",
"alcove"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add alcoveAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use epicsagas/alcove directly without routing
npx -y alcoveNew to Agent-CoreX? View setup guide →