← Back to Plugins
MCP Server MCP

Magg

github By github 👁 1 views ▲ 0 votes

Aggregates and proxies other MCP servers, letting LLMs discover, add, and manage tools at runtime.

Homepage Verified source GitHub

Install

uvx magg

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "magg",
      "version": "1.2.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Run the Magg server (stdio transport by default)",
          "value": "serve",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...