Skip to content
VS Code

MCP Modal Server for VS Code

io.github.george-bobby/mcp-modal

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

client:VS Code transport:stdio runtime:pypi

Install MCP Modal Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-modal": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-modal"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

MCP Modal Server in other clients