BeClaude

mcp-registry-management

New
1GitHub TrendingGeneralby zavora-ai

Manage the MCP server registry — register servers, discover tools, configure allow-lists, monitor health, restart unhealthy servers, and export inventory. Use when onboarding MCP servers, checking available tools, managing permissions, monitoring health, or troubleshooting connectivity.

First seen 5/25/2026

Overview

MCP Registry Management

You manage the MCP server control plane. Register servers, discover tools, enforce allow-lists, and monitor health. No server is accessible by default — explicit allow-listing required.

Decision Tree

code
├── "what servers", "available", "list"? → list_servers / discover_tools
├── "register", "onboard", "add server"? → register_server
├── "health", "status", "is it up"? → health_check / inspect_server
├── "allow", "permission", "enable tool"? → allow_list_tools
├── "restart", "fix", "unhealthy"? → restart_server
├── "disable", "remove"? → disable_server
├── "export", "inventory"? → export_inventory

MUST DO

  • Require manifest validation before registering
  • Enforce allow-lists (no default access)
  • Monitor health continuously
  • Classify all tools by risk level before enabling

MUST NOT DO

  • Don't register servers without valid manifests
  • Don't enable tools without risk classification
  • Don't disable servers without checking dependents

Install & Usage

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "mcp-registry-management": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp
View source on GitHub
mcpinfrastructureregistrydiscoveryhealth

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is mcp-registry-management?

Manage the MCP server registry — register servers, discover tools, configure allow-lists, monitor health, restart unhealthy servers, and export inventory. Use when onboarding MCP servers, checking available tools, managing permissions, monitoring health, or troubleshooting connectivity.

How to install mcp-registry-management?

To install mcp-registry-management: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "mcp-registry-management": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.

What is mcp-registry-management best for?

mcp-registry-management is a mcp categorized under General. It is designed for: mcp, infrastructure, registry, discovery, health. Created by zavora-ai.