Back to MCP Servers

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.

aggregatorsai

Installation

npx -y mcgravity

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub