mcp-proxy

An MCP proxy server that aggregates and serves multiple MCP resource servers through a single HTTP server.

$ docker run -d -p 9090:9090 -v ./config.json:/config/config.json ghcr.io/tbxark/mcp-proxy:latest

Convert the configuration of mcp-proxy to the configuration for Claude.

mcp-proxy
Claude

Features

Connects to multiple MCP resource servers and aggregates their tools and capabilities.

Provides an SSE (Server-Sent Events) server for real-time updates.

Supports multiple client types (stdio, sse or streamable-http) with customizable settings.