Helper for brainCloud MCP that gives it local file access, enabling easy git sync of cloud code.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
A local, trustless MCP server that lets AI coding assistants (Claude Code, Cursor, Codex, β¦) sync brainCloud cloud-code scripts to and from your filesystem and git repo.
It never authenticates to brainCloud on its own and stores no credentials. Every Builder API call
is driven by a short-lived, app-scoped ticket that the AI obtains from the hosted
braincloud-mcp's getSyncTicket tool and passes in β script content flows helper β Builder API
directly, never through the AI's context.
This is an npm workspace with two packages:
| Package | What it is |
|---|---|
@braincloud/mcp-helper | The MCP server itself β status / pull / push / sync tools, installable via npx -y @braincloud/mcp-helper@latest. |
@braincloud/cloudsync-core | Host-agnostic sync/format logic (the .ccjs / .bcsync / .bcsync.local on-disk contract) shared with the VS Code extension. |
See each package's README for tool details, configuration, and the on-disk format.
Full setup and usage guide: Syncing cloud code to local files with the brainCloud MCP helper
See RELEASING.md for the release process.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/braincloud-mcp-helper)<a href="https://allmcps.com/mcp/braincloud-mcp-helper"><img src="https://allmcps.com/api/badge/braincloud-mcp-helper?style=directory" alt="BrainCloud MCP Helper on AllMCPs" /></a>