mcp-mcp
Verified Safeby wojtyniak
Overview
Discovers and suggests other Model Context Protocol (MCP) servers to AI assistants based on natural language queries, returning their full documentation.
Installation
uvx mcp-mcpEnvironment Variables
- MCPMCP_DEBUG
Security Notes
The server implements `OriginValidationMiddleware` to prevent DNS rebinding attacks and restrict `Origin` and `Host` headers to `localhost` or `127.0.0.1` in HTTP mode, significantly enhancing security for local deployments. It does not use `eval` or obvious hardcoded secrets. Network requests are made to GitHub for server data and READMEs, with timeouts implemented. All logging is redirected to `stderr` to avoid interfering with MCP protocol communication on `stdout`.
Similar Servers
MCPJungle
MCPJungle is a self-hosted Model Context Protocol (MCP) Gateway that allows developers to register and manage various MCP servers and their tools from a central location, enabling AI agents to discover and consume these tools from a single gateway.
awesome-mcp-servers
A comprehensive collection of Model Context Protocol (MCP) servers, standardizing AI application context provision.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.