Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🔗 Aggregators
  3. Mcgravity

This listing appears offline

Our automated checks couldn’t reach the source repository, so we’ve removed it from search, browse, and the API — this page stays reachable at this direct link only. If this is your project, claim it to fix the link and restore visibility.

Claim this listing
Mcgravity logo
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 9/11/2026, 8:18:18 PM

Mcgravity

User RatingsBe the first to rate and review this MCP server!
View Repository102 GitHub StarsTotal stargazers on GitHub for the source repository (102 stars).Visit Website
mcpaggregatorproxyload-balancing

Composes multiple MCP servers behind one endpoint and distributes requests across them with load balancing.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON â–¾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for tigranbs/mcgravity, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives🔗 More in Aggregators

Overview

The tigranbs/mcgravity MCP server combines multiple MCP servers behind a unified endpoint. It acts as a proxy and distributes requests across server instances using load balancing, similar to a web-server proxy. Reach for it when an AI tool setup needs one entry point for several MCP servers or request distribution across multiple instances.

Use cases

•Combine multiple MCP servers behind one endpoint
•Distribute MCP requests across server instances
•Scale an AI tool deployment with request load balancing

Key features

•Unified endpoint for multiple MCP servers
•Proxy-based MCP request routing
•Load balancing across MCP server instances
•MCP server composition

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Mcgravity.

Extracted Tool Capabilities
Unified endpoint for multiple MCP servers
Proxy-based MCP request routing
Load balancing across MCP server instances
MCP server composition

How Mcgravity works

What tigranbs/mcgravity MCP server does

The tigranbs/mcgravity MCP server is a proxy for composing multiple MCP servers into one unified endpoint. Instead of exposing each server independently to an AI client, it places a single layer in front of the group. That layer represents the collection of MCP servers as one destination.

Its primary use is request distribution. Multiple MCP servers can be placed behind the proxy, allowing incoming requests to be load balanced across them. The repository description compares this operating model to Nginx distributing traffic across web servers. This makes the project relevant to deployments where one MCP endpoint must front multiple server processes or instances.

How it works

The proxy receives requests intended for the composed MCP setup and routes them across the configured MCP servers. The available material identifies load balancing as the central routing behavior, but does not specify the balancing algorithm, health checks, retry behavior, session handling, transport details, or failure handling.

The tigranbs/mcgravity MCP server is therefore best understood as an aggregation and distribution layer, not as an MCP server that adds a particular business-domain tool. Its value depends on the MCP servers connected behind it and on the client’s ability to use the resulting unified endpoint.

No README or configuration reference is available in the supplied material. As a result, the exact topology, routing rules, supported transports, and operational requirements cannot be documented here without risking unsupported claims.

Setup and configuration

The supplied description does not include installation commands, package names, container images, configuration files, command-line options, or environment variables. Installation details should be taken from the repository’s own documentation before deployment.

The description also does not state whether the proxy requires credentials, how backend MCP servers are registered, or whether the unified endpoint is local or remotely hosted. Those details matter when connecting an AI client, but they cannot be determined from the available information.

Tools and capabilities

The tigranbs/mcgravity MCP server provides the following documented capability:

  • Composes multiple MCP servers behind one endpoint.
  • Proxies requests between the unified endpoint and backend MCP servers.
  • Load balances requests across multiple MCP servers.
  • Supports scaling an AI tool deployment by distributing traffic across server instances.

The source material does not identify individual MCP tools exposed by the proxy. It describes infrastructure for serving existing MCP tools rather than a named set of domain-specific operations.

Limitations and notes

The available information does not confirm support for any specific MCP client, transport, authentication method, persistence model, observability feature, or deployment platform. It also does not provide performance characteristics or explain how the proxy behaves when a backend server becomes unavailable.

Use the tigranbs/mcgravity MCP server when the main requirement is aggregation and request distribution across MCP servers. For a production deployment, verify the repository’s current documentation for backend registration, balancing behavior, endpoint configuration, and failure handling before relying on it for capacity or availability.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Aggregators View all alternatives
  • AllMCPs Server logoAllMCPs Server
    ★ Featured

    The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

    🔗 Aggregators15 views
    Compare vs AllMCPs Server →
  • Metatool App logoMetatool App

    MetaMCP is the one unified middleware MCP server that manages your MCP connections with GUI.

    🔗 Aggregators2 views
    Compare vs Metatool App →
  • Pluggedin MCP Proxy logoPluggedin MCP Proxy

    A comprehensive proxy server that combines multiple MCP servers into a single interface with extensive visibility features. It provides discovery and management of tools, prompts, resources, and templates across servers, plus a playground for debugging when building MCP servers.

    🔗 Aggregators1 views
    Compare vs Pluggedin MCP Proxy →
  • Ncp logoNcp

    NCP orchestrates your entire MCP ecosystem through intelligent discovery, eliminating token overhead while maintaining 98.2% accuracy.

    🔗 Aggregators2 views
    Compare vs Ncp →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
102
Stargazers on the source repository.
Last commit
7mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Mcgravity

The supplied material does not include an installation command, package name, or container image.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMcgravity AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/tigranbs-mcgravity?style=directory)](https://allmcps.com/mcp/tigranbs-mcgravity)
HTML Embed
<a href="https://allmcps.com/mcp/tigranbs-mcgravity"><img src="https://allmcps.com/api/badge/tigranbs-mcgravity?style=directory" alt="Mcgravity on AllMCPs" /></a>

Technical Specs & Signals

Category🔗Aggregators
PricingFree
More technical detailsExpand â–¾
AuthNo auth required
Last updatedSep 7, 2026
2/10 checks healthy over the last 38d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars102
GitHub Star CountTotal stargazers on GitHub representing community popularity (102 stars).
Last commit7mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Feb 15, 2026
31Quality signal: Emerging · 31/100How this signal is calculated ▾
Server availability0/25
Verified ownership8/20
Documentation & tools19/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🔗 Aggregators →Alternatives to Mcgravity →Install in Claude DesktopInstall in CursorInstall in VS Code