
MCP Registry Server

2025.02.17
0
JavaScriptMCP 服务器检索其它
MCP Registry Server 是一个用于检索 MCP 服务器的服务,支持通过语义搜索来查找 MCP 服务器。它提供了一个工具 `retrieve_mcps`,用于执行检索操作。该服务可以通过 Smithery 自动安装,也可以手动构建和配置。
View on GitHub
Overview
基本能力
产品定位
MCP Registry Server 是一个用于检索 MCP 服务器的服务,支持通过语义搜索来查找 MCP 服务器。
核心功能
- MCP Retriever: 使用语义搜索检索 MCP 服务器。
适用场景
- 需要快速查找和检索 MCP 服务器的场景。
- 需要集成 MCP 服务器检索功能的开发环境。
工具列表
- retrieve_mcps:
- 对 MCP 注册表执行检索操作。
- 输入参数:
query
(string): 检索的搜索查询。
常见问题解答
- 无明确常见问题解答部分。
使用教程
使用依赖
- 需要安装 Node.js 和 npm。
安装教程
通过 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"
]
}
}
}