Skip to main content
Glama
KBB99

mcp-registry-server

by KBB99

MCP 注册服务器

铁匠徽章

特征

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

Related MCP server: mmnt-mcp-server

工具

  • 检索_mcps

    • 对 MCP 注册表执行检索操作。

    • 输入:

      • query (字符串):用于检索的搜索查询。

配置

安装指南

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 MCP 注册服务器:

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

与 Claude Desktop 一起使用

首先搭建服务器:

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" ] } } }

执照

此 MCP 服务器采用 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。更多详情,请参阅项目仓库中的 LICENSE 文件。

本 README 假设您的服务器软件包名为mcp-server-retriever 。如果您的设置与此不同,请调整软件包名称和安装详细信息。此外,请确保您的服务器脚本已正确构建,并且所有依赖项均已在package.json中得到妥善管理。

One-click Deploy
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/KBB99/mcp-registry-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server