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.
Quick Start
Clone the repository:
git clone https://github.com/tigranbs/mcgravityClaude Desktop configuration example:
{
"mcpServers": {
"mcgravity": {
"command": "npx",
"args": [
"-y",
"tigranbs/mcgravity"
]
}
}
}Check the repository README for specific installation and configuration instructions.