Skip to main content
Glama
wei

mcp-registry-mcp-server

by wei

mcp-registry-mcp-server

npm version License: MIT

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

Related MCP server: OSRS MCP Server

🚀 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

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    -
    maintenance
    MCP Server for interacting with Old School RuneScape Wiki API and game data files, providing tools to search the OSRS Wiki and access game data definitions through the Model Context Protocol.
    Last updated
    19
    117
    1
  • A
    license
    -
    quality
    D
    maintenance
    Enables searching and retrieving detailed information about MCP servers from the official MCP registry. Provides tools to list servers with filtering options and get comprehensive details about specific servers.
    Last updated
    41
    3
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    An MCP server designed for interacting with the Model Context Protocol Registry API to discover and retrieve information about available MCP servers. It provides tools to search, list, and view detailed configurations and version history for servers within the registry.
    Last updated
    4
    MIT

View all related MCP servers

Related MCP Connectors

  • Search and browse every MCP server in the Model Context Protocol registry.

  • MCP server for doc2mcp documentation, generated by doc2mcp.

  • MCP server for accessing curated awesome list documentation

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wei/mcp-registry-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server