Ricardo-Kaminski/lightrag-mcp
MCP server for LightRAG — expose your local knowledge base to Claude Code
Platform-specific configuration:
{
"mcpServers": {
"lightrag-mcp": {
"command": "npx",
"args": [
"-y",
"lightrag-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> ⚠️ This package has been superseded by local-rag.
local-rag includes the MCP server plus a complete RAG stack: ingestion pipeline, watcher daemon, multi-source support (Obsidian + Zotero), CLI, and optional Claude API integration.
Replace:
pip install lightrag-mcpWith:
pip install local-rag-stackUpdate your ~/.claude/settings.json:
"mcpServers": {
"lightrag": {
"command": "local-rag",
"args": ["mcp"]
}
}See local-rag for full documentation.
Loading reviews...