MCP server for querying the official MCP registry.
Valid MCP server (2 strong, 3 medium validity signals). 2 known CVEs in dependencies (0 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry.
4 files analyzed · 3 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-wei-mcp-registry-mcp-server": {
"args": [
"-y",
"mcp-registry-mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
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.
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"]
}
}
Once configured, you can ask your AI assistant natural language questions like:
The AI will automatically use the appropriate registry tools to answer your questions.
Browse all registered MCP servers with optional search and pagination.
Example prompts:
View all available versions for a specific MCP server.
Example prompts:
Get detailed information about a specific MCP server version.
Example prompts:
Check if the MCP registry is operational.
Example prompts:
Contributions are welcome! Please see CONTRIBUTING.md for details.
MIT License - See LICENSE for details
Made with ❤️ by @wei
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.