alcove

epicsagas/alcove
★ 6 stars Rust 🤖 AI/LLM Updated 17d ago
MCP server that gives AI coding agents on-demand access to your private project docs — without dumping everything into the context window, without leaking docs into public repos, and without per-project config for every agent you use.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "alcove": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "alcove"
      ]
    }
  }
}