Back to MCP Servers

Alcove

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.

knowledge-memoryaiagent

Installation

npx -y alcove

Configuration

{
  "mcpServers": {
    "alcove": {
      "command": "npx",
      "args": ["-y", "alcove"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub