MCP Directory

epicsagas/alcove

GitHub
Productivity

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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y alcove

Use with Agent-CoreX

Agent-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"
      ]
    }
  }
}

Route epicsagas/alcove intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add alcove

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use epicsagas/alcove directly without routing

npx -y alcove

New to Agent-CoreX? View setup guide →

epicsagas/alcove MCP Server — Agent-CoreX