Skip to content
Claude Desktop

ShipDapp for Claude Desktop

io.github.yash1ts/shipdapp

Deploy Dockerized apps to Akash devnet with ShipDapp MCP build, deploy, update, and logs tools.

client:Claude Desktop transport:sse

Install ShipDapp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "shipdapp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.shipdapp.com/api/mcp/sse"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

ShipDapp in other clients