Magg MCP Server

A Model Context Protocol server that manages, aggregates, and proxies other MCP servers, enabling LLMs to dynamically extend their own capabilities. Its 14 documented tools cover magg, servers, kit, server. It runs locally over stdio via the published package.

People connecting cloud infrastructure tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-02 · ★ 142 · #30 OF 141 MAINTAINED CLOUD INFRASTRUCTURE · VERIFIED 2026-08-25

AGPL-3.0 · Python servers · how we verify → /methodology

01 · Install Magg

before you install - you'll need

Set MAGG_JWT, MAGG_PRIVATE_KEY before connecting.

Claude Code

claude mcp add sitbon-magg -- uvx magg

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "sitbon-magg": {
      "command": "uvx",
      "args": [
        "magg"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license AGPL-3.0 - declared in the repository

pypi package magg - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.sitbon is GitHub-verified and matches the repo owner

03 · What Magg can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list all configured MCP servers, add a new MCP server, remove a server, and search for MCP servers online.

The 14 tools it gives your agent

Extracted from the project's README - what Magg lets an agent do.

magg_list_servers
- List all configured MCP servers
magg_add_server
- Add a new MCP server
magg_remove_server
- Remove a server
magg_search_servers
- Search for MCP servers online
magg_list_tools
- List all available tools from all servers
magg_smart_configure
- Intelligently configure a server from a URL
magg_analyze_servers
- Analyze configured servers and suggest improvements
magg_status
- Get server and tool statistics
magg_check
- Health check servers with repair actions (report/remount/unmount/disable)
magg_reload_config
- Reload configuration from disk and apply changes
magg_load_kit
- Load a kit and its servers into the configuration
magg_unload_kit
- Unload a kit and optionally its servers from the configuration
show all 14 tools
magg_list_kits
- List all available kits with their status
magg_kit_info
- Get detailed information about a specific kit

Latest releases

v1.2.1 · 2026-08-02

Changes · Merge pull request #17 from sitbon/claude/magg-features-cli-r92ff7 · Sun Aug 2 13:13:20 2026 -0700 · > · Add mcp-name ownership marker for MCP Registry publishing; bump to 1.2.1 · > · Add mcp-name ownership…

v1.2.0 · 2026-08-02

Changes · Merge pull request #16 from sitbon/claude/magg-features-cli-r92ff7 · Sun Aug 2 12:58:18 2026 -0700 · > · Add server update/kit unload CLI, official MCP Registry integration, kit-membership fix, and…

v1.1.0 · 2026-06-27

Changes · Release v1.1.0 · Sat Jun 27 16:42:41 2026 -0700 · > · > · > · Bump version to 1.1.0 and mark Production/Stable · Sat Jun 27 16:33:50 2026 -0700 · > · > · > · Defer annotations in reload.py to support Python…

04 · Who maintains Magg

Magg is maintained by sitbon. It's the only MCP server we track from this author; the repo dates to Jun 2025.

05 · Facts

category
cloud infrastructure - ranked #30 of 141 actively-maintained cloud infrastructure servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-08-02)
registry
io.github.sitbon/magg (active, first published 2026-08-02)
packages
pypi:magg

06 · Magg FAQ

Is Magg still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-02 and it shipped 3 releases in the last 90 days. We re-verify nightly.

What can Magg do?

With this server connected, an agent can list all configured MCP servers, add a new MCP server, remove a server, and search for MCP servers online.

How do I install Magg?

Run `uvx magg`. The README documents 2 environment variables (MAGG_JWT, MAGG_PRIVATE_KEY) to set first. Set MAGG_JWT, MAGG_PRIVATE_KEY before connecting. You can also paste the ready-made client config above.

Does Magg run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Magg