MCP Registry Server

MCP Registry Server

site icon
2025.02.06 4
JavaScriptMCP 服务检索语义搜索开发效率
MCP Registry Server 是一个用于检索 MCP 服务的工具,通过语义搜索功能帮助用户快速找到所需的 MCP 服务。它提供了一个简单的接口来执行检索操作,适用于需要管理和查找 MCP 服务的开发场景。
View on GitHub

Overview

基本能力

产品定位

MCP Registry Server 是一个用于检索和管理 MCP 服务的工具,通过语义搜索功能帮助用户快速找到所需的 MCP 服务。

核心功能

  • MCP Retriever: 使用语义搜索检索 MCP 服务。

适用场景

  • 开发环境中需要快速查找和管理 MCP 服务。
  • 需要集成 MCP 服务的自动化工具链。

工具列表

  • retrieve_mcps:
  • 对 MCP 注册表执行检索操作。
  • 输入参数:
    • query (string): 检索的查询字符串。

常见问题解答

使用教程

使用依赖

  • Node.js 环境

安装教程

通过 Smithery 安装

npx -y @smithery/cli install @KBB99/mcp-registry-server --client claude

手动安装

git clone https://github.com/KBB99/mcp-registry-server.git
cd mcp-registry-server
npm install
npm run build

调试方式

node ./dist/index.js

claude_desktop_config.json 中添加以下配置:

{
  "mcpServers": {
    "mcp-registry-server": {
      "command": "node",
      "args": [
        "./path/to/build/mcp-registry-server/dist/index.js"
      ]
    }
  }
}

许可证

该项目遵循 MIT 开源许可条款,请参阅 MIT 了解完整条款。