R
Rag MCP Server Main
by @pengbo-web
MCP server by pengbo-web
Created 1/30/2026
Updated 4 days ago
README
Repository documentation and setup instructions
rag-mcp-server
一个可插拔、可观测的模块化 RAG服务框架
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/pengbo-web/rag-mcp-server-main
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"pengbo-web-rag-mcp-server-main": {
"command": "git",
"args": [
"clone",
"https://github.com/pengbo-web/rag-mcp-server-main"
]
}
}
}