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で適切に管理されていることを確認してください。
Tools
MCPレジストリを使えば、MCPサーバーを簡単に見つけることができます。自然言語で検索できます。
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityMCP server for searching npm packagesLast updated -113314MIT License
- MIT License
- -security-license-qualityStores 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 -10MIT License
- Asecurity-licenseAqualityAn MCP server that allows searching for and retrieving information about Model Context Protocol servers registered on the MCP Hub.Last updated -11MIT License