MCP server exposing RAG-based Q&A over LangGraph docs — Qdrant vector search, Dockerized, with a formal groundedness eval harness
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"langgraph-rag-mcp-se": {
"command": "npx",
"args": [
"-y",
"RizaRafeek/langgraph-rag-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add langgraph-rag-mcp-se npx -y RizaRafeek/langgraph-rag-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"langgraph-rag-mcp-se": {
"command": "npx",
"args": [
"-y",
"RizaRafeek/langgraph-rag-mcp-server"
]
}
}
}