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
By epicsagas
Installation
npx -y alcoveConfiguration
{
"mcpServers": {
"alcove": {
"command": "npx",
"args": ["-y", "alcove"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes