mcp-registry-mcp
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-mcpcheck health for our GitHub server and see if there are any duplicates"
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-mcp
MCP server for managing MCP server registries — health checks, duplicate detection, and configuration portability.
52% of remote MCP servers are dead. Only 9% are fully healthy. This server gives you a central registry to track what you have, what works, and what overlaps — before MCP sprawl becomes the microservices sprawl of 2018.
Install
npx mcp-registry-mcpClaude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-registry": {
"command": "npx",
"args": ["mcp-registry-mcp"]
}
}
}From source
git clone https://github.com/mdfifty50-boop/mcp-registry-mcp.git
cd mcp-registry-mcp
npm install
node src/index.jsTools
register_server
Register an MCP server with metadata.
Param | Type | Default | Description |
| string | required | Server name (e.g. "filesystem-mcp") |
| string | required | Server URL or package name |
| string |
|
|
| string |
| What this server does |
| string |
| Organization for multi-tenant grouping |
| string[] |
| Tool names this server provides |
health_check
Check server health. Probes HTTP endpoints, measures latency, tracks uptime over time.
Param | Type | Description |
| string | Server ID from register_server |
Returns: health status, latency, uptime percentage, last 5 check results.
find_duplicates
Find servers with overlapping tool definitions using Jaccard similarity on tool name sets.
Param | Type | Default | Description |
| string |
| Organization to scan |
Returns pairs of overlapping servers with similarity scores and verdicts: likely_duplicate (>80%), significant_overlap (>50%), or minor_overlap (>30%).
export_config
Export portable MCP configuration for different clients.
Param | Type | Default | Description |
| string[] | required | Server IDs to include |
| string |
|
|
Returns a ready-to-paste JSON config block with client-specific instructions.
get_inventory
List all registered servers with health and usage stats.
Param | Type | Default | Description |
| string |
| Organization to list ( |
Returns: server list with health status, uptime percentage, tool count, and summary stats.
recommend_consolidation
Suggest merging duplicate or overlapping servers to reduce sprawl.
Param | Type | Default | Description |
| string |
| Organization to analyze |
Returns: recommendations to keep/retire specific servers with similarity scores and reasoning.
check_before_install
Pre-install health, security, and duplicate check for a server you are considering adding.
Param | Type | Default | Description |
| string | required | URL or package name to check |
| string |
| Transport to probe with |
| string |
| Check duplicates against this org |
Returns: reachability, latency, TLS status, CORS headers, duplicate risk, and install recommendation (OK / CAUTION / DO NOT INSTALL).
Resources
URI | Description |
| All registered servers with current health status |
Usage Pattern
1. register_server — add each MCP server you use
2. health_check — verify each server is alive
3. find_duplicates — spot overlapping tools
4. recommend_consolidation — get merge suggestions
5. export_config — generate config for your client
6. check_before_install — vet new servers before addingTests
npm testLicense
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/mdfifty50-boop/mcp-registry-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server