Skip to content
MCP Server Community By @tigranbs

tigranbs/mcgravity

πŸ“‡ 🏠 - 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.

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide β†’
Connected Apps: tigranbs/mcgravity Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-tigranbs-mcgravity

Detailed Documentation

πŸ“‡ 🏠 - 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.

Configuration

{
  "mcpServers": {
    "tigranbs-mcgravity": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-tigranbs-mcgravity"
      ],
      "env": {}
    }
  }
}