m

mcp-registry-mcp-server

@wei/mcp-registry-mcp-server
Hosted
0 Stars 3 次浏览 wei 更新于 2026-08-23

MCP server for querying the official MCP registry.

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "mcp-registry-mcp-server": {
      "args": [
        "mcp-registry-mcp-server@1.1.1"
      ],
      "command": "npx"
    }
  }
}

可用工具 (5 个)

该服务在 MCP 协议中暴露的工具,AI 可按需调用

tavily_search 14 个参数 需填 1 项

Search the web for current information on any topic. Use for news, facts, or data beyond your knowledge cutoff. Returns snippets and source URLs.

必填参数:query

tavily_extract 6 个参数 需填 1 项

Extract content from URLs. Returns raw page content in markdown or text format.

必填参数:urls

tavily_crawl 11 个参数 需填 1 项

Crawl a website starting from a URL. Extracts content from pages with configurable depth and breadth.

必填参数:url

tavily_map 8 个参数 需填 1 项

Map a website's structure. Returns a list of URLs found starting from the base URL.

必填参数:url

tavily_research 2 个参数 需填 1 项

Perform comprehensive research on a given topic or question. Use this tool when you need to gather information from multiple sources to answer a question or complete a task. Returns a detailed response based on the research findings.

必填参数:input

服务介绍

mcp-registry-mcp-server

npm version

A Model Context Protocol (MCP) server that provides tools to query the official MCP Registry. This server enables AI assistants and applications to discover, search, and retrieve information about published MCP servers programmatically.

# ✨ Features

  • 🔍 List Servers: Browse all registered MCP servers with pagination
  • 🔎 Search: Find servers by name with filtering options
  • 📦 Version Management: View all versions of specific servers
  • 📝 Detailed Information: Get comprehensive server details
  • 💚 Health Checks: Monitor registry availability

# 🚀 Quick Start

Install in VS Code
Install in Cursor

# # Other Clients

Sample configuration (double check the documentation of your MCP client for exact syntax and file locations):

{
  "mcp-registry-mcp-server": {
    "type": "stdio",
    "command": "npx",
    "args": ["-y", "mcp-registry-mcp-server"]
  }
}

# 📚 How to Use

Once configured, you can ask your AI assistant natural language questions like:

  • "What new MCP servers have recently been released?"
  • "Search for filesystem-related MCP servers"
  • "Show me the latest version of the github-mcp-server"
  • "Get details about the Chrome DevTools MCP server"
  • "Is the MCP registry healthy?"

The AI will automatically use the appropriate registry tools to answer your questions.

# 🛠️ Available Tools

# # list_servers

Browse all registered MCP servers with optional search and pagination.

Example prompts:

  • "List all MCP servers"
  • "Search for servers related to GitHub"
  • "Show me recently updated servers"

# # list_server_versions

View all available versions for a specific MCP server.

Example prompts:

  • "What versions are available for the filesystem server?"
  • "Show version history for io.modelcontextprotocol/filesystem"

# # get_server

Get detailed information about a specific MCP server version.

Example prompts:

  • "Tell me about the latest filesystem server"
  • "Get details for io.modelcontextprotocol/filesystem version 1.0.0"

# # health_check

Check if the MCP registry is operational.

Example prompts:

  • "Is the MCP registry working?"
  • "Check registry health status"

# 🔧 Requirements

# 🤝 Contributing

Contributions are welcome! Please see CONTRIBUTING.md for details.

# 📖 Documentation

# 📄 License

MIT License - See LICENSE for details

# 🔗 Resources


Made with ❤️ by @wei

相关 MCP 服务