Skip to content
Grok

sota for Grok

io.github.sota-deploy/sota

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

client:Grok transport:stdio runtime:npm

Install sota in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

sota in other clients