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. Magg
Magg logo
Health: ActiveRecent health check succeeded.Last checked 9/6/2026, 10:17:52 PM

Magg

User RatingsBe the first to rate and review this MCP server!
View Repository142 GitHub StarsTotal stargazers on GitHub for the source repository (142 stars).Visit Website
mcpaggregatordeveloper-toolstool-management

Discovers, configures, proxies, and groups MCP servers with persistent settings and stdio, HTTP, or hybrid transports.

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.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "sitbon-magg": {
      "command": "uvx",
      "args": [
        "git+https://github.com/sitbon/magg.git",
        "magg"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ”— More in Aggregators

Overview

The sitbon/magg MCP server manages a collection of MCP servers and exposes their tools through a single MCP endpoint. It can search for servers, add or configure them, enable or disable them, proxy their tools with prefixes, and persist settings in `.magg/config.json`. Use it when an agent needs to extend its available tools dynamically or when several MCP backends should be accessed through one connection.

Use cases

โ€ขDiscover MCP servers from an agent workflow
โ€ขAggregate several MCP backends behind one connection
โ€ขEnable or disable server groups with kits
โ€ขExpose MCP tools to clients lacking dynamic updates

Key features

โ€ขDynamic MCP server discovery and configuration
โ€ขTool aggregation with configurable prefixes
โ€ขPersistent configuration in .magg/config.json
โ€ขStdio, HTTP, hybrid, and in-memory transports
โ€ขHealth checks and notification proxying
โ€ขOptional RSA JWT bearer authentication

Capabilities & Tool Schemas

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

Extracted Tool Capabilities
Dynamic MCP server discovery and configuration
Tool aggregation with configurable prefixes
Persistent configuration in .magg/config.json
Stdio, HTTP, hybrid, and in-memory transports
Health checks and notification proxying
Optional RSA JWT bearer authentication

How Magg works

What sitbon/magg MCP server does

The sitbon/magg MCP server provides a central management layer for other MCP servers. Agents can use it to search for MCP servers, inspect setup instructions, add servers, configure them, and turn them on or off. Tools from enabled servers are made available through Magg, using configurable prefixes to help distinguish their origins.

Configuration is persisted in .magg/config.json, so server selections and settings can remain available between sessions. Magg also supports kits, which group related MCP servers so they can be loaded or unloaded together.

How it works

Magg can connect to backend MCP servers through stdio, HTTP, or in-memory transports. It watches for configuration changes and reloads them without requiring a process restart. Backend tool, resource, and progress notifications can be passed through to the connected client.

The server includes a proxy tool for clients that do not support MCP notifications or dynamic tool updates. Health and connectivity checks are available through the magg_status and magg_check tools. MCP sampling can be used to help configure a server from a URL, although the README does not specify the exact sampling prompts or configuration workflow.

Magg can run in stdio mode for local clients, HTTP mode for system-wide access or web integrations, or hybrid mode to provide both transports at once. HTTP access can optionally use RSA-based JWT bearer-token authentication.

Setup and configuration

The sitbon/magg MCP server requires Python 3.12 or newer. The documented recommended installation uses uv:

bash
uv tool install magg
magg serve

For a direct GitHub run without a separate installation, the README documents:

bash
uvx --from git+https://github.com/sitbon/magg.git magg

Use magg serve --http for HTTP mode, or magg serve --hybrid for both stdio and HTTP. The HTTP port can be changed with --port. Docker images are also published to GitHub Container Registry, and Docker Compose files are provided for production, beta, and development workflows.

The documented Docker authentication option uses the MAGG_PRIVATE_KEY environment variable or a mounted private key file. Configuration can also be supplied through the .magg directory; the README gives examples for mounting a custom directory in Docker.

Tools and capabilities

  • Search for MCP servers and discover installation instructions.
  • Add, configure, enable, and disable backend servers.
  • Aggregate backend tools under configurable prefixes.
  • Check server status and health with magg_status and magg_check.
  • Group servers into loadable kits.
  • Proxy MCP traffic for clients with limited dynamic-update support.
  • Explore and manage servers interactively or through scripts with the included MBro CLI.

Limitations and notes

The sitbon/magg MCP server manages and proxies other MCP servers; its available domain-specific tools depend on the backends that are added. The README does not provide a fixed catalog of those backend tools.

Dynamic updates and notifications depend partly on client support, which is why Magg includes its proxy tool. HTTP authentication is optional rather than a stated prerequisite for every deployment. The documented runtime requirement is Python 3.12 or later, and the supplied examples use uv, Docker, or a local development checkout.

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 โ†’
  • MCP Orchestrator logoMCP Orchestrator

    Central hub that aggregates tools from multiple MCP servers with unified BM25/regex search and deferred loading.

    ๐Ÿ”— Aggregators2 views
    Compare vs MCP Orchestrator โ†’
  • Agent logoAgent

    A unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.

    ๐Ÿ”— Aggregators9 views
    Compare vs Agent โ†’
  • Mcpmcp Server logoMcpmcp Server

    A list of MCP servers so you can ask your client which servers you can use to improve your daily workflow.

    ๐Ÿ”— Aggregators3 views
    Compare vs Mcpmcp Server โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
142
Stargazers on the source repository.
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 Magg

Install it as a uv tool with `uv tool install magg`, or run it directly from GitHub with `uvx --from git+https://github.com/sitbon/magg.git magg`.

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 PreviewMagg AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/sitbon-magg?style=directory)](https://allmcps.com/mcp/sitbon-magg)
HTML Embed
<a href="https://allmcps.com/mcp/sitbon-magg"><img src="https://allmcps.com/api/badge/sitbon-magg?style=directory" alt="Magg on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”—Aggregators
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimePython
AuthOther
ClientsClaude Desktop, Cursor, Cline / VS Code
Last updatedSep 7, 2026
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 stars142
GitHub Star CountTotal stargazers on GitHub representing community popularity (142 stars).
52Quality signal: Good ยท 52/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity5/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.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 18d ago via OSV.dev ยท git+https://github.com/sitbon/magg.git (PyPI)

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

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 Magg โ†’Install in Claude DesktopInstall in CursorInstall in VS Code