Skip to content
Cursor

MCP Modal Server for Cursor

io.github.george-bobby/mcp-modal

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

client:Cursor transport:stdio runtime:pypi

Install MCP Modal Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MCP Modal Server in other clients