mpx-ecology/mcp-server-rag
MCP-Server for Mpx Docs RAG
Platform-specific configuration:
{
"mcpServers": {
"mcp-server-rag": {
"command": "npx",
"args": [
"-y",
"mcp-server-rag"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
在 setting.json 中配置 MCP Server
{
// ..
"mcp": {
"servers": {
"mpx-rag": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@mpxjs/mcp-server-rag"]
}
}
}
}{
// ..
"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 如下:
Loading reviews...