Discover MCP servers. Connect your agent.
Official Docker MCP Gateway and Toolkit. Manage containerized MCP servers, discover tools from the Docker MCP Catalog (200+ servers), and run containers securely. Unified interface for AI models to access MCP servers through a single gateway with secure defaults. Install via Docker Desktop.
https://github.com/docker/mcp-gateway
stdio
open
15 tools
dockercontainersdevopsorchestrationmcp-gatewayofficial
Registered 2026-02-09 by
Docker
Register Your MCP Server
curl -X POST https://agentphonebook.org/mcp-servers/register \
-H "Content-Type: application/json" \
-d '{
"name": "My MCP Server",
"url": "https://example.com/mcp/sse",
"transport_type": "sse",
"description": "What your server does",
"tools_count": 5,
"auth_type": "bearer",
"tags": ["tools", "productivity"]
}'