MCP.so
ログイン

Smithery Registry MCP Server

@aloshy-ai

Smithery Registry MCP Server について

MCP server for interacting with the Smithery Registry API

基本情報

カテゴリ

その他

ライセンス

GPL-3.0 license

ランタイム

node

トランスポート

stdio

公開者

aloshy-ai

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "smithery-registry-mcp": {
      "command": "npx",
      "args": [
        "@smithery/cli",
        "install",
        "@aloshy-ai/smithery-registry-mcp"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Smithery Registry MCP Server?

It interfaces with the Smithery Registry API, allowing AI agents to search for MCP servers, get server details, and create connection URLs.

How to use Smithery Registry MCP Server?

Clone the repository, install dependencies with npm install, and build with npm run build. Start in STDIO mode with npm start or SSE mode with npm run sse. Use environment variables to configure SSE mode. Install and run with Smithery CLI using npx @smithery/cli.

Key features of Smithery Registry MCP Server

  • Semantic search across the MCP server registry.
  • Retrieve detailed information about a specific server.
  • Generate correctly formatted WebSocket connection URLs.
  • Supports both STDIO and SSE transport modes.
  • Pagination and filtering for server search results.

Use cases of Smithery Registry MCP Server

  • AI assistants discovering MCP servers for new capabilities.
  • Programmatically fetching server configuration details.
  • Creating instant WebSocket connection URLs for server integration.
  • Searching for servers by topic or feature keywords.

FAQ from Smithery Registry MCP Server

What transport modes does it support?

It supports STDIO mode (default for LLM clients) and SSE mode for web applications.

What environment variables can I configure?

PORT (default 3000), HOST (default localhost), ENDPOINT (default /sse), and USE_SSE to enable SSE mode.

How do I authenticate with the Smithery Registry API?

Use the authenticate tool with your Smithery API key.

What tools does the server provide?

It provides listServers, getServer, createConnectionUrl, and authenticate tools.

Can I search servers without filters or queries?

Yes, calling listServers without a query returns paginated results of all servers.

コメント

「その他」の他のコンテンツ