{
  "markdown": "# braincloud-mcp-helper\n\nA local, trustless MCP server that lets AI coding assistants (Claude Code, Cursor, Codex, …) sync\nbrainCloud cloud-code scripts to and from your filesystem and git repo.\n\nIt never authenticates to brainCloud on its own and stores no credentials. Every Builder API call\nis driven by a short-lived, app-scoped **ticket** that the AI obtains from the hosted\n`braincloud-mcp`'s `getSyncTicket` tool and passes in — script content flows helper → Builder API\ndirectly, never through the AI's context.\n\n## Packages\n\nThis is an npm workspace with two packages:\n\n| Package | What it is |\n|---|---|\n| [`@braincloud/mcp-helper`](packages/mcp-helper) | The MCP server itself — `status` / `pull` / `push` / `sync` tools, installable via `npx -y @braincloud/mcp-helper@latest`. |\n| [`@braincloud/cloudsync-core`](packages/cloudsync-core) | Host-agnostic sync/format logic (the `.ccjs` / `.bcsync` / `.bcsync.local` on-disk contract) shared with the VS Code extension. |\n\nSee each package's README for tool details, configuration, and the on-disk format.\n\n## Learn more\n\nFull setup and usage guide: [Syncing cloud code to local files with the brainCloud MCP helper](https://help.getbraincloud.com/en/articles/15695153-syncing-cloud-code-to-local-files-with-the-braincloud-mcp-helper)\n\n## Develop\n\n```bash\nnpm install\nnpm run build   # builds all workspaces\nnpm test        # tests all workspaces\n```\n\nSee [RELEASING.md](RELEASING.md) for the release process.\n",
  "bytes": 1469,
  "sha": "961ea3c588d2b5227fd9be20c2885046a3366a549c873f7ce4252e5f4c0dafdc",
  "repo_slug": "getbraincloud/braincloud-mcp-helper",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_braincloudservers_braincloud_mcp_hel_da4c9871/readme"
}