MCP Directory

tigranbs/mcgravity

GitHub
Other

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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y mcgravity

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from tigranbs/mcgravity your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route tigranbs/mcgravity intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add mcgravity

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use tigranbs/mcgravity directly without routing

npx -y mcgravity

New to Agent-CoreX? View setup guide →

tigranbs/mcgravity MCP Server — Agent-CoreX