Socket
Book a DemoInstallSign in
Socket

@mpxjs/mcp-server-rag

Package Overview
Dependencies
Maintainers
14
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mpxjs/mcp-server-rag

MCP-Server for Mpx Docs RAG

latest
npmnpm
Version
0.0.3
Version published
Maintainers
14
Created
Source

MCP Server for Mpx Docs RAG

Usage

VS Code

setting.json 中配置 MCP Server

  • 通过 npm 包加载(推荐)

目前暂未发布 npm 包,请先使用下面的方式 2 本地调试体验

{
  // ..
  "mcp": {
    "servers": {
      "mcp-server-mpx-rag": {
        "type": "stdio",
        "command": "npx",
        "args": ["-y", "@mpxjs/mcp-server-rag"]
      }
    }
  }
}
  • 本地 clone 编译项目后调试:
{
  // ..
  "mcp": {
    "servers": {
      "mcp-server-mpx-rag": {
        "type": "stdio",
        "command": "node",
        "args": ["/Users/didi/mycode/github/mcp-server-rag/dist/index.js"]
      }
    }
  }
}

演示

VS Code 中通过 Copilot Chat 调用 MCP Server 如下:

mpx-rag-mcp-server

Keywords

mcp-server

FAQs

Package last updated on 02 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts