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