We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jeffreychuuu/lightrag_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•295 B
# Example .env for lightrag_mcp
# LightRAG server host (do NOT include trailing /query)
LIGHTRAG_URL=http://localhost:9621
# Default language for responses (zh = Traditional Chinese, en = English)
LIGHTRAG_LANG=zh
# Port for the MCP server (optional, FastMCP default is 8000)
# MCP_PORT=8000