Skip to main content
Glama

mcp-registry-server

by KBB99

MCP 注册服务器

特征

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

工具

  • 检索_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中得到妥善管理。

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

使用我们的 MCP 注册表轻松查找 MCP 服务器。使用自然语言搜索。

  1. 特征
    1. 工具
      1. 配置
        1. 安装指南
        2. 通过 Smithery 安装
        3. 与 Claude Desktop 一起使用
      2. 执照

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          MCP server for Mamont search engine
          Last updated -
          2
          4
          TypeScript
          MIT License
        • -
          security
          A
          license
          -
          quality
          Stores metadata for MCP servers and provides smart search capabilities, allowing users to find appropriate MCP servers for their queries and route requests to the most suitable server.
          Last updated -
          9
          Python
          MIT License
        • A
          security
          A
          license
          A
          quality
          An MCP server that allows searching for and retrieving information about Model Context Protocol servers registered on the MCP Hub.
          Last updated -
          1
          1
          MIT License
          • Apple
          • Linux

        View all related MCP servers

        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