aggregators

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.

typescript
local
aggregators
0
View on GitHub

Installation

npx -y tigranbs/mcgravity

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

GitHub: https://github.com/tigranbs/mcgravity

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub