Skip to main content
AggregatorsTypeScript

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.

aggregatorslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/tigranbs/mcgravity

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Aggregators
Language
TypeScript
Author
tigranbs