Getlore
Freeby MCP Community
Semantic search MCP server for Claude Code conversation sessions
v0.2.37Added Apr 12, 2026
mcpclaudesearchsemanticrag
Getlore MCP Server
Semantic search MCP server for Claude Code conversation sessions
Installation
Reviews
Installation
Quick install
npx -y getlore
Add to claude_desktop_config.json
{
"mcpServers": {
"getlore": {
"command": "npx",
"args": ["-y", "getlore"]
}
}
}