📦
Rag
Custom LLM backend client using Anthropic's MCP for designing Agentic AI system with RAG capabilities
0 installs
Trust: 34 — Low
Rag
Ask AI about Rag
Powered by Claude · Grounded in docs
I know everything about Rag. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
MCP Server for Mpx Docs RAG
Usage
VS Code
在 setting.json 中配置 MCP Server
- 通过 npm 包加载(推荐)
{
// ..
"mcp": {
"servers": {
"mpx-rag": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@mpxjs/mcp-server-rag"]
}
}
}
}
- 本地 clone 编译项目后调试:
{
// ..
"mcp": {
"servers": {
"mpx-rag": {
"type": "stdio",
"command": "node",
"args": ["/Users/didi/mycode/github/mcp-server-rag/dist/index.js"]
}
}
}
}
演示
VS Code 中通过 Copilot Chat 调用 MCP Server 如下:
