Loading languages...
MC

mcgravity

@tigranbs63

A proxy tool for composing multiple MCP servers into one unified endpoint. Scale your AI tools by load balancing requests across multiple MCP servers, similar to how Nginx works for web servers.

proxy
load balancing
scaling
mcp

# mcpServer Config

{
  "mcpServers": {
    "echo-server": {
      "url": "http://localhost:3000/sse",
      "name": "echo-server",
      "version": "1.0.0",
      "description": "A simple echo server",
      "tags": [
        "echo"
      ]
    }
  }
}

# sseURL

http://localhost:3001

# streamableURL

http://localhost:3001
Transport:
sse
streamable
Language:
TypeScript
Created:4/13/2025
Updated:7/19/2025