← Back to Plugins
MCP Server MCP

ShipDapp

github By github 👁 2 views ▲ 0 votes

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

Configuration Example

{
  "remotes": [
    {
      "type": "sse",
      "url": "https://api.shipdapp.com/api/mcp/sse",
      "headers": [
        {
          "description": "Bearer token using a ShipDapp API key (shipdapp_sk_*).",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "placeholder": "Bearer shipdapp_sk_your_key_here",
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol sse

Comments

Sign in to leave a comment

Loading comments...