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で適切に管理されていることを確認してください。

You must be authenticated.

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
          F
          license
          A
          quality
          A MCP Server used to collect MCP Servers over the internet.
          Last updated -
          3
          18
          Python
          • Apple
        • -
          security
          A
          license
          -
          quality
          A lightweight mcp server that tells you exactly where you are.
          Last updated -
          Python
          MIT License
        • -
          security
          F
          license
          -
          quality
          An MCP server that connects to Backlog API, providing functionality to search, retrieve, and update issues through natural language commands.
          Last updated -
          53
          1
          JavaScript
          • Apple

        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