Skip to content
VS Code

sota for VS Code

io.github.sota-deploy/sota

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

client:VS Code transport:stdio runtime:npm

Install sota in VS Code

.vscode/mcp.json

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

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

sota in other clients