MCP.so
Sign In
Servers
A

Appcrane

@gitayg

AppCrane is the self-hosted home for the apps your AI builds and your AI deploys. It exposes 35 appcrane_* MCP tools so any MCP client (Claude Code, Cursor, Codex) can run the full deploy lifecycle — create app, deploy to sandbox/production, manage secrets, stream logs, list rele

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "appcrane": {
      "type": "http",
      "url": "https://YOUR-SERVER/api/mcp",
      "headers": {
        "X-API-Key": "YOUR_APPCRANE_KEY"
      }
    }
  }
}

More from Developer Tools