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.
{
"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
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
Memanto
Memanto is a memory agent — an agent whose whole job is managing your other agents' memories. It curates what's worth keeping, consolidates it across sessions, and briefs your agents the moment they start, while you keep ownership of everything they learn. This server gives any MCP client its three core operations — remember, recall and answer — plus point-in-time and differential recall, over memory shared by every client using the same agent id.
mindmap-mcp-server
mindmap, mcp server, artifact
zettelkasten-mcp
A 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.
MCP-wolfram-alpha
Connect your chat repl to wolfram alpha computational intelligence
raindrop-io-mcp-server
An integration that allows LLMs to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP).
rember-mcp
A Model Context Protocol (MCP) server for Rember.
