Back to Catalog
lightrag-mcp
brojd/lightrag-mcp
🕒 Updated:Jan 11, 2026, 12:00 PM
Python
Knowledge
MCP server that bridges LightRAG API with MCP-compatible clients, enabling RAG capabilities including semantic queries, document management, and knowledge graph operations. Supports HTTPS for remote deployments.
MCP Trust Score
Based on our comprehensive evaluation criteria
🤖 Evaluated by manualFix
Trust Score70/100
- • Basic MCP protocol features implemented (12/40)
- • Room for improvement in GitHub community
- • Optimal dependency management (20/20)
- • Room for improvement in deployment maturity
- • Documentation (8/8)
- • Archestra MCP Trust score badge is missing
GitHub Metrics
Repository statistics and activity
⭐ GitHub Stars:0
👥 Contributors:1
📋 Total Issues:0
📦 Has Releases:No
🔧 Has CI/CD Pipeline:No
Configuration
Configuration example extracted from README.md for Claude Desktop and other clients.
🤖 Evaluated by manualFix
{
"lightrag-mcp": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/brojd/lightrag-mcp",
"lightrag-mcp",
"--scheme",
"${input:scheme}",
"--host",
"${input:host}",
"--port",
"${input:port}",
"--api-key",
"${input:api_key}"
],
"env": {}
}
}MCP Protocol Support
Implemented MCP protocol features
🤖 Evaluated by manualFix
Tools:✓
Prompts:✗
Resources:✗
Sampling:✗
Roots:✗
Logging:✗
STDIO Transport:✓
HTTP Transport:✗
OAuth2 Auth:✗
Dependencies
2 dependencies
Libraries and frameworks used by this MCP server
🤖 Evaluated by manualFix
README.md
LightRAG MCP Server
A bridge application that connects LightRAG (Retrieval-Augmented Generation) API with MCP-compatible clients.
Features
- Information Retrieval: Execute semantic and keyword queries to documents
- Document Management: Upload, index, and track document processing status
- Knowledge Graph Operations: Manage entities and relationships
- Monitoring: Check API health and document processing progress
- HTTPS Support: Connect to remote LightRAG deployments securely
Prerequisites
- Python 3.11+
- Running LightRAG API server
Installation
uvx lightrag-mcp --scheme https --host lightrag.example.com --port 443 --api-key YOUR_KEY
Configuration
--scheme: HTTP scheme, eitherhttporhttps(default: http)--host: LightRAG API host (default: localhost)--port: LightRAG API port (default: 9621)--api-key: Optional API authentication key--no-verify-ssl: Disable SSL certificate verification for HTTPS
Resources
Add Quality Badge
Show your MCP trust score in your README
[](https://archestra.ai/mcp-catalog/brojd__lightrag-mcp)README.md
LightRAG MCP Server
A bridge application that connects LightRAG (Retrieval-Augmented Generation) API with MCP-compatible clients.
Features
- Information Retrieval: Execute semantic and keyword queries to documents
- Document Management: Upload, index, and track document processing status
- Knowledge Graph Operations: Manage entities and relationships
- Monitoring: Check API health and document processing progress
- HTTPS Support: Connect to remote LightRAG deployments securely
Prerequisites
- Python 3.11+
- Running LightRAG API server
Installation
uvx lightrag-mcp --scheme https --host lightrag.example.com --port 443 --api-key YOUR_KEY
Configuration
--scheme: HTTP scheme, eitherhttporhttps(default: http)--host: LightRAG API host (default: localhost)--port: LightRAG API port (default: 9621)--api-key: Optional API authentication key--no-verify-ssl: Disable SSL certificate verification for HTTPS