Skip to content
Zed

Magg for Zed

io.github.sitbon/magg

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

client:Zed transport:stdio runtime:pypi

Install Magg in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "magg": {
      "command": "uvx",
      "args": [
        "magg"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Magg in other clients