Back to Home
Ekestfa icon

LightRAG-mcp

Verified Safe

by Ekestfa

Overview

The LightRAG MCP Server acts as an API gateway for AI assistants and language models to interact with various Retrieval-Augmented Generation (RAG) microservices through a standardized interface, handling routing, validation, and aggregation.

Installation

Run Command
cargo run

Environment Variables

  • KODABI_BASE_IP
  • KODABI_BASE_PORT
  • RAG_API_TOKEN
  • RAG_BASE_NAME
  • RAG_BASE_URL

Security Notes

The server uses `dotenv` for environment variable loading, which is good practice to avoid hardcoding secrets. It currently only exposes a basic `/health` endpoint, minimizing immediate attack surface. The MVP specification outlines plans for robust security, including API token authentication and input validation, but the implementation of these more complex security features is not visible in the provided truncated Rust code. The use of `127.0.0.1` as a default IP is safe for local development, but broader deployment would require careful configuration of `KODABI_BASE_IP`.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2026-01-19

Tags

RAGAIAPI GatewayMicroservicesRustAxumModel Context Protocol