mcp-registry-mcp
Interact with an MCP registry to check health, list entries, and get server details.
mcp-registry-mcp
MCP server for mcp-registry: https://github.com/modelcontextprotocol/registry
Available MCP Tools
This MCP server exposes the following tools:
1. health_check
Description: Checks the health of the MCP registry server. Parameters: None
2. list_registry_server_entries
Description: Lists MCP registry server entries with pagination support. Parameters: None
3. get_server_details
Description: Get details for a specific MCP registry server. Parameters:
server_id(str): The ID of the server to retrieve details for.
4. ping
Description: Simple ping endpoint that returns environment configuration information. Parameters: None
Running with Podman or Docker
You can run the mcp-registry-mcp server in a container using Podman or Docker:
Example configuration for running with Podman:
{
"mcpServers": {
"mcp-registry": {
"command": "podman",
"args": [
"run",
"-i",
"--rm",
"-e", "MCP_REGISTRY_URL",
"-e", "MCP_TRANSPORT"
"quay.io/maorfr/mcp-registry-mcp:latest"
],
"env": {
"MCP_REGISTRY_URL": "https://your-domain.mcp-registry.co",
"MCP_TRANSPORT": "sse"
}
}
}
}
相關伺服器
Alpha Vantage MCP Server
贊助Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Figma MCP Server
Connects to the Figma API, allowing AI tools to access and interact with your Figma designs.
PipeCD
Integrate with PipeCD to manage applications and deployments.
consult7
Analyze large codebases and document collections using high-context models via OpenRouter, OpenAI, or Google AI -- very useful, e.g., with Claude Code
Unified MCP Client Library
A TypeScript library for integrating MCP with tools like LangChain and Zod, providing helpers for schema conversion and event streaming.
Terminal MCP Server
Execute commands on local or remote hosts via SSH. Supports session persistence and environment variables.
Shell Executor
Execute shell commands safely on a remote server.
Mantis MCP Server
An MCP server for integrating with the Mantis Bug Tracker system.
MCP Messenger
Like n8n for developers
Remote MCP Server (Authless)
A remote MCP server deployable on Cloudflare Workers without authentication.
IMAGIN.studio API Docs
Semantic search over IMAGIN.studio vehicle imagery API documentation, CDN configuration, and integration guides.