Skip to content
Zed

MCP Modal Server for Zed

io.github.george-bobby/mcp-modal

MCP server for managing Modal apps, containers, volumes, and secrets.

client:Zed transport:stdio runtime:pypi

Install MCP Modal Server in Zed

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

{
  "context_servers": {
    "mcp-modal": {
      "command": "uvx",
      "args": [
        "mcp-modal"
      ]
    }
  }
}

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

MCP Modal Server in other clients