{
  "markdown": "![mcp-registry-mcp-server](https://socialify.git.ci/wei/mcp-registry-mcp-server/image?custom_language=TypeScript&description=1&font=Raleway&language=1&logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyByb2xlPSJpbWciIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU%2BTW9kZWwgQ29udGV4dCBQcm90b2NvbDwvdGl0bGU%2BPHBhdGggZD0iTTEzLjg1IDBhNC4xNiA0LjE2IDAgMCAwLTIuOTUgMS4yMTdMMS40NTYgMTAuNjZhLjgzNS44MzUgMCAwIDAgMCAxLjE4LjgzNS44MzUgMCAwIDAgMS4xOCAwbDkuNDQyLTkuNDQyYTIuNDkgMi40OSAwIDAgMSAzLjU0MSAwIDIuNDkgMi40OSAwIDAgMSAwIDMuNTQxTDguNTkgMTIuOTdsLS4xLjFhLjgzNS44MzUgMCAwIDAgMCAxLjE4LjgzNS44MzUgMCAwIDAgMS4xOCAwbC4xLS4wOTggNy4wMy03LjAzNGEyLjQ5IDIuNDkgMCAwIDEgMy41NDIgMGwuMDQ5LjA1YTIuNDkgMi40OSAwIDAgMSAwIDMuNTRsLTguNTQgOC41NGExLjk2IDEuOTYgMCAwIDAgMCAyLjc1NWwxLjc1MyAxLjc1M2EuODM1LjgzNSAwIDAgMCAxLjE4IDAgLjgzNS44MzUgMCAwIDAgMC0xLjE4bC0xLjc1My0xLjc1M2EuMjY2LjI2NiAwIDAgMSAwLS4zOTRsOC41NC04LjU0YTQuMTg1IDQuMTg1IDAgMCAwIDAtNS45bC0uMDUtLjA1YTQuMTYgNC4xNiAwIDAgMC0yLjk1LTEuMjE4Yy0uMiAwLS40MDEuMDItLjYuMDQ4YTQuMTcgNC4xNyAwIDAgMC0xLjE3LTMuNTUyQTQuMTYgNC4xNiAwIDAgMCAxMy44NSAwbTAgMy4zMzNhLjg0Ljg0IDAgMCAwLS41OS4yNDVMNi4yNzUgMTAuNTZhNC4xODYgNC4xODYgMCAwIDAgMCA1LjkwMiA0LjE4NiA0LjE4NiAwIDAgMCA1LjkwMiAwTDE5LjE2IDkuNDhhLjgzNS44MzUgMCAwIDAgMC0xLjE4LjgzNS44MzUgMCAwIDAtMS4xOCAwbC02Ljk4NSA2Ljk4NGEyLjQ5IDIuNDkgMCAwIDEtMy41NCAwIDIuNDkgMi40OSAwIDAgMSAwLTMuNTRsNi45ODMtNi45ODVhLjgzNS44MzUgMCAwIDAgMC0xLjE4Ljg0Ljg0IDAgMCAwLS41OS0uMjQ1Ii8%2BPC9zdmc%2B&name=1&owner=1&pattern=Circuit+Board&theme=Light)\n\n[![npm version](https://badge.fury.io/js/mcp-registry-mcp-server.svg)](https://www.npmjs.com/package/mcp-registry-mcp-server)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nA Model Context Protocol (MCP) server that provides tools to query the official [MCP Registry](https://registry.modelcontextprotocol.io). This server enables AI assistants and applications to discover, search, and retrieve information about published MCP servers programmatically.\n\n## ✨ Features\n\n- 🔍 **List Servers**: Browse all registered MCP servers with pagination\n- 🔎 **Search**: Find servers by name with filtering options\n- 📦 **Version Management**: View all versions of specific servers\n- 📝 **Detailed Information**: Get comprehensive server details\n- 💚 **Health Checks**: Monitor registry availability\n\n## 🚀 Quick Start\n\n[![Install in VS Code](https://img.shields.io/badge/VS_Code-Install_MCP-0098FF?style=for-the-badge&logo=visualstudiocode&logoColor=ffffff)](https://insiders.vscode.dev/redirect/mcp/install?name=mcp-registry-mcp-server&config=%7B%22type%22%3A%22stdio%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%20mcp-registry-mcp-server%22%5D%7D)\n[![Install in Cursor](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en-US/install-mcp?name=mcp-registry-mcp-server&config=eyJjb21tYW5kIjoibnB4IC15IG1jcC1yZWdpc3RyeS1tY3Atc2VydmVyIn0%3D)\n\n### Other Clients\n\nSample configuration (double check the documentation of your MCP client for exact syntax and file locations):\n\n```json\n{\n  \"mcp-registry-mcp-server\": {\n    \"type\": \"stdio\",\n    \"command\": \"npx\",\n    \"args\": [\"-y\", \"mcp-registry-mcp-server\"]\n  }\n}\n```\n\n## 📚 How to Use\n\nOnce configured, you can ask your AI assistant natural language questions like:\n\n- \"What new MCP servers have recently been released?\"\n- \"Search for filesystem-related MCP servers\"\n- \"Show me the latest version of the github-mcp-server\"\n- \"Get details about the Chrome DevTools MCP server\"\n- \"Is the MCP registry healthy?\"\n\nThe AI will automatically use the appropriate registry tools to answer your questions.\n\n## 🛠️ Available Tools\n\n### list_servers\n\nBrowse all registered MCP servers with optional search and pagination.\n\n**Example prompts:**\n- \"List all MCP servers\"\n- \"Search for servers related to GitHub\"\n- \"Show me recently updated servers\"\n\n### list_server_versions\n\nView all available versions for a specific MCP server.\n\n**Example prompts:**\n- \"What versions are available for the filesystem server?\"\n- \"Show version history for io.modelcontextprotocol/filesystem\"\n\n### get_server\n\nGet detailed information about a specific MCP server version.\n\n**Example prompts:**\n- \"Tell me about the latest filesystem server\"\n- \"Get details for io.modelcontextprotocol/filesystem version 1.0.0\"\n\n### health_check\n\nCheck if the MCP registry is operational.\n\n**Example prompts:**\n- \"Is the MCP registry working?\"\n- \"Check registry health status\"\n\n## 🔧 Requirements\n\n- Node.js 18.0.0 or higher\n- MCP Client - Any application that supports MCP:\n  - [VS Code with GitHub Copilot](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot)\n  - [Cursor](https://cursor.com/)\n  - [And many more...](https://modelcontextprotocol.io/clients)\n\n## 🤝 Contributing\n\nContributions are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details.\n\n## 📖 Documentation\n\n- [API Reference](API.md) - Detailed API documentation\n- [MCP Registry](https://registry.modelcontextprotocol.io) - Official registry website\n\n## 📄 License\n\nMIT License - See [LICENSE](LICENSE) for details\n\n## 🔗 Resources\n\n- npm Package: [https://www.npmjs.com/package/mcp-registry-mcp-server](https://www.npmjs.com/package/mcp-registry-mcp-server)\n- GitHub Repository: [https://github.com/wei/mcp-registry-mcp-server](https://github.com/wei/mcp-registry-mcp-server)\n- MCP Registry API: [https://registry.modelcontextprotocol.io/docs](https://registry.modelcontextprotocol.io/docs)\n- MCP Documentation: [https://modelcontextprotocol.io](https://modelcontextprotocol.io/)\n- Report Issues: [https://github.com/wei/mcp-registry-mcp-server/issues](https://github.com/wei/mcp-registry-mcp-server/issues)\n\n---\n\nMade with ❤️ by [@wei](https://github.com/wei)\n",
  "bytes": 5740,
  "sha": "dd9288b63430554ad527bbf7bfb02b9efc20a7691edc4cc44131c0cef2996b67",
  "repo_slug": "wei/mcp-registry-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_wei_mcp_registry_mcp_server_edbdc345/readme"
}