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.

评论

其他 分类下的更多 MCP 服务器