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
light_rag_system.txt•363 B
# Example .env for lightrag_mcp
# Option A: point to a file inside the repo
LIGHTRAG_SYSTEM_PROMPT_FILE=./prompts/light_rag_system.txt
# Option B: define the prompt inline (not recommended for long prompts)
# LIGHTRAG_SYSTEM_PROMPT="You are LightRAG's system prompt..."
# LightRAG server host (do NOT include trailing /query)
LIGHTRAG_URL=http://localhost:9621