Skip to content
Cursor

deploy for Cursor

io.github.nometria/deploy

Deploy any app to any cloud. 20 tools for deployments, previews, and management.

client:Cursor transport:stdio runtime:npm

Install deploy in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "deploy": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@nometria-ai/claude-code"
      ],
      "env": {
        "NOMETRIA_API_KEY": "<NOMETRIA_API_KEY>"
      }
    }
  }
}

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

deploy in other clients