Back to Home
wojtyniak icon

mcp-mcp

Verified Safe

by wojtyniak

Overview

A Meta-MCP server to discover, suggest, and potentially provision other Model Context Protocol (MCP) servers for AI assistants.

Installation

Run Command
uvx mcp-mcp

Environment Variables

  • MCPMCP_DEBUG
  • XDG_CACHE_HOME

Security Notes

The server includes explicit `OriginValidationMiddleware` to prevent DNS rebinding attacks and restrict access to `localhost`/`127.0.0.1`. All external data fetching uses `httpx` with timeouts and is from trusted GitHub raw content sources. The system does not use `eval` or similar dynamic code execution on untrusted input. No API keys are required for core functionality, reducing the risk of hardcoded secrets. Logging is correctly redirected to `stderr` to avoid interfering with MCP client communication.

Similar Servers

Stats

Interest Score40
Security Score9
Cost ClassLow
Avg Tokens100
Stars17
Forks2
Last Update2025-12-06

Tags

Server DiscoveryMeta-MCPToolingAI AgentPython