← Top 100 / Full directory (11,510)

Macaly Cloud

Dev Tools Remote Official Top 100 18 tools Ready surface

Remote MCP so Claude, ChatGPT, or Codex writes the code while Macaly supplies the git repo, cloud sandbox, database/platform capabilities, build, preview, and production hosting on macaly.app. OAuth or API-key auth over Streamable HTTP.

Docs ↗

How to connect

1
Install (Claude Code / CLI)
Run this in your terminal, then restart your client.
claude mcp add macaly-cloud --transport http https://www.macaly.com/api/cloud/mcp
2
Verify the tools loaded
Confirm tools/list returns the expected tools before relying on them in production.

Listing quality

Observable facts from our catalog and daily probe — not a safe-to-install badge.

Surface
Ready surface
Live handshake
Not probed
Auth gate
Auth unknown
Tools source
Catalog tools

Observable catalog + probe facts — not a safe-to-install badge.

Tools

(18)
  • list_teams

    List the workspaces you can build in

  • create_app

    Create a new, empty app on the default stack and return its briefing

  • list_projects

    List a workspace's apps, most recently updated first, with search and pagination

  • get_project

    Status snapshot: preview build state, preview and live URLs, briefing, and who is working on the app

  • get_messages

    Read the app's chat history before making changes

  • duplicate_app

    Fork an app with its history into a fresh one

  • list_files

    List the app's source files

  • read_file

    Read one file by path

  • write_file

    Write one file in full and commit it immediately

  • delete_file

    Delete one file and commit the deletion immediately

  • bash

    Run a shell command in the app's sandbox — installs, CLIs, skill scripts, typecheck

  • upload_file

    Import a file from a publicly reachable URL into the app's media library

  • skill_info

    Read a platform capability guide with ready-to-run commands and code patterns

  • get_logs

    Fetch build, dev server, or deployment logs

  • preview_app

    Return the app's live preview URL to share

  • publish_app

    Publish the app to production at its macaly.app URL

  • get_deployment

    Check deployment status, live URL, and connected domains

  • connect_domain

    Connect a custom domain, or rename the app's Macaly subdomain

Tool source: Catalog tools

Related servers