mcp-registry-interface
Fetches real-time data from the official MCP servers repository on GitHub, providing tools to search and browse MCP servers.
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-interfacesearch for MCP servers related to databases"
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-registry-interface
๐ MCP server for interfacing with the official Model Context Protocol registry
Enables Claude and other MCP clients to dynamically discover, browse, search, and manage MCP servers directly from GitHub. Fetches real-time data from the official MCP servers repository.
๐ Features
๐ Real-time Search - Find MCP servers from live GitHub data
๐ฆ Server Details - Get comprehensive information including installation guides
๐ Categories - Browse servers by functionality (filesystem, database, etc.)
๐ Auto-refresh - Cached data with configurable refresh intervals
๐ Rate Limit Aware - Supports GitHub tokens for higher API limits
โ No Mock Data - Always provides real data or fails transparently
Related MCP server: GitHub MCP Server
๐ Available Tools
Tool | Description |
| Search MCP servers by name, description, or tags |
| Get detailed server information and installation guides |
| List all server categories with descriptions |
| Force refresh GitHub data (bypasses cache) |
๐ ๏ธ Installation
NPM (Recommended)
npx mcp-registry-interfaceManual Installation
git clone <repository-url>
cd mcp-registry-interface
npm install
npm startโ๏ธ Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"registry-interface": {
"command": "npx",
"args": ["mcp-registry-interface"],
"env": {
"GITHUB_TOKEN": "your-github-token-optional"
}
}
}
}Environment Variables
Variable | Description | Required |
| GitHub personal access token for higher rate limits | No (60 requests/hour without) |
Without a GitHub token, you get 60 API calls per hour. With a token, you get 5,000 calls per hour.
๐ฏ Example Usage
User: "Find MCP servers for working with databases"
Claude: Uses registry_search_servers with category="database"
User: "Show me details about the filesystem server"
Claude: Uses registry_get_server_details with serverId="mcp-filesystem"
User: "What categories of MCP servers are available?"
Claude: Uses registry_list_categories๐ Security & Reliability
โ Real Data Only - No mock/fake data that could mislead developers
โ Transparent Failures - Clear error messages when GitHub API is unavailable
โ Rate Limit Handling - Proper GitHub API rate limit management
โ Input Validation - Secure parameter checking and sanitization
โ No Hardcoded Secrets - All tokens from environment variables
๐งช Development & Testing
The server fetches live data from GitHub's API:
# Basic usage (60 requests/hour)
node src/index.js
# With GitHub token (5000 requests/hour)
GITHUB_TOKEN=your_token_here node src/index.js
# Test the server
node static-test.js๐ก๏ธ Error Handling
When GitHub API is unavailable, the server:
โ Does NOT provide fake/mock data
โ Returns clear error messages
โ Explains how to resolve the issue
โ Maintains cache for recent successful requests
๐ค Contributing
This tool helps accelerate the MCP ecosystem by making server discovery seamless with real, up-to-date information.
Fork the repository
Create a feature branch
Make your changes
Test with live GitHub data
Submit a pull request
๐ Data Source
Primary Source: modelcontextprotocol/servers README
API: GitHub Contents API
Update Frequency: 5-minute cache with manual refresh capability
Parsing: Extracts official reference servers and community servers
๐ License
MIT License - see LICENSE file for details.
๐ฏ Philosophy: This tool believes in transparency - real data or honest failure, never misleading mock data.
This server cannot be installed
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
- FlicenseBqualityDmaintenanceAn MCP server that enables Claude and other compatible LLMs to interact with the GitHub API, supporting features like creating issues, retrieving repository information, listing issues, and searching repositories.Last updated4
- FlicenseBqualityDmaintenanceAn MCP server that allows Claude and other MCP-compatible LLMs to interact with the GitHub API, supporting features like creating issues, getting repository information, listing issues, and searching repositories.Last updated4
- Flicense-quality-maintenanceA Model Context Protocol server that provides comprehensive GitHub integration for Claude Desktop, allowing users to manage repositories, issues, and pull requests. It supports file operations, branch management, and repository searches through natural language commands.Last updated517
- Alicense-qualityDmaintenanceA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with the GitHub API directly.Last updated533MIT
Related MCP Connectors
An MCP server that gives your AI access to the source code and docs of all public github repos
Search and browse every MCP server in the Model Context Protocol registry.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yoโฆ
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/MikeyBeez/mcp-registry-interface'
If you have feedback or need assistance with the MCP directory API, please join our Discord server