MCP Registry Server
This MCP server provides tools to discover and search for available Model Context Protocol (MCP) servers in the MCP Registry.
List and Search: Browse through available MCP servers with optional search capabilities
Pagination Support: Handle large result sets using cursor-based pagination with configurable limits (1-100 servers, default 50)
Custom Registry URLs: Support for custom MCP registry endpoints beyond the default official registry
Semantic Analysis Ready: Returns raw server data optimized for semantic analysis and processing
VS Code Integration: Can be installed and used directly within VS Code or VS Code Insiders
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Registry Serverlist MCP servers with a limit of 20"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server for MCP Registry
A Model Context Protocol (MCP) server that provides tools to interact with the MCP Registry. This server allows you to discover and search for available MCP servers in the registry.
✨ Features
List MCP Servers: Browse and search through available MCP servers in the registry
Pagination Support: Handle large result sets with cursor-based pagination
Custom Registry URLs: Support for custom MCP registry endpoints
Semantic Search Ready: Returns raw server data optimized for semantic analysis
Related MCP server: MCP Registry Server
🚀 Quick Start
Prerequisites
Node.js 20+
Installation
VS Code
Install the MCP server in VS Code using below buttons:
Alternatively, you can add configuration in mcp.json:
{
"servers": {
"mcp-registry": {
"command": "npx",
"args": [
"-y",
"mcp-server-mcp-registry@latest"
]
}
}
}📋 Available Tools
list_mcp_servers
Lists MCP servers from the MCP Registry with optional pagination and filtering.
Parameters:
limit(optional): Maximum number of servers to return (1-100, default: 50)cursor(optional): Pagination cursor for retrieving next set of resultsregistry_url(optional): Base URL of the MCP Registry API (defaults to https://registry.modelcontextprotocol.io/v0/servers)
📚 Related
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseCqualityDmaintenanceEasily find MCP servers using our MCP registry. Search with natural language.15MIT
- Alicense-qualityDmaintenanceEnables 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.443MIT
- Alicense-qualityDmaintenanceEnables discovery and querying of available MCP servers from the official repository. Supports searching by name, description, features, categories, and provides random server suggestions for exploration.113MIT
- Alicense-qualityFmaintenanceEnables searching and discovering existing MCP servers from the official GitHub repository, with features like dynamic data scraping and configurable caching.1MIT
Related MCP Connectors
Search and browse every MCP server in the Model Context Protocol registry.
Discover and recommend retriever MCP servers. Includes top picks and install config tools.
MCP server for accessing curated awesome list documentation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/formulahendry/mcp-server-mcp-registry'
If you have feedback or need assistance with the MCP directory API, please join our Discord server