MCP 注册服务器

MCP 注册服务器

一个用于检索 MCP 服务器的注册服务。

快速入门

克隆仓库并安装依赖:

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

运行服务器:

node ./dist/index.js

通过 Smithery 安装:

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

配置 claude_desktop_config.json 文件以集成到 Claude Desktop。

更多参考 README 文档。