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
By tigranbs
Installation
npx -y mcgravityConfiguration
{
"mcpServers": {
"mcgravity": {
"command": "npx",
"args": ["-y", "mcgravity"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes