Skip to content
Cursor

sota for Cursor

io.github.sota-deploy/sota

Deploy web apps via AI agents with sota.io. 9 tools for deploy, logs, env, and more.

client:Cursor transport:stdio runtime:npm

Install sota in Cursor

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

{
  "mcpServers": {
    "sota": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sota-io/mcp"
      ]
    }
  }
}

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

sota in other clients