lightrag-mcp
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.
- • 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
{
"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": {}
}
}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
[](https://archestra.ai/mcp-catalog/brojd__lightrag-mcp)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
Related MCP Servers
zettelkasten-mcp
66/100A Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
raindrop-io-mcp-server
53/100An integration that allows LLMs to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP).
hackmd-mcp
52/100A Model Context Protocol server for integrating HackMD's note-taking platform with AI assistants.
keep-mcp
52/100MCP server for Google Keep
ancestry-mcp
52/100Ancestry MCP server made with Python that allows interactability with .ged (GEDCOM) files
notion-mcp
52/100A simple Model Context Protocol (MCP) server that integrates with Notion's API to manage my personal todo list.
