Macaly Cloud
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.
How to connect
claude mcp add macaly-cloud --transport http https://www.macaly.com/api/cloud/mcp
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_teamsList the workspaces you can build in
-
create_appCreate a new, empty app on the default stack and return its briefing
-
list_projectsList a workspace's apps, most recently updated first, with search and pagination
-
get_projectStatus snapshot: preview build state, preview and live URLs, briefing, and who is working on the app
-
get_messagesRead the app's chat history before making changes
-
duplicate_appFork an app with its history into a fresh one
-
list_filesList the app's source files
-
read_fileRead one file by path
-
write_fileWrite one file in full and commit it immediately
-
delete_fileDelete one file and commit the deletion immediately
-
bashRun a shell command in the app's sandbox — installs, CLIs, skill scripts, typecheck
-
upload_fileImport a file from a publicly reachable URL into the app's media library
-
skill_infoRead a platform capability guide with ready-to-run commands and code patterns
-
get_logsFetch build, dev server, or deployment logs
-
preview_appReturn the app's live preview URL to share
-
publish_appPublish the app to production at its macaly.app URL
-
get_deploymentCheck deployment status, live URL, and connected domains
-
connect_domainConnect a custom domain, or rename the app's Macaly subdomain
Tool source: Catalog tools