Build with the AI subscription you already pay for. Benmore hosts your apps; an external MCP client such as Claude, ChatGPT, Cursor, or Codex does the building. Pick your client:
Go to claude.ai โ Settings โ Connectors and click Add custom connector.
Name it Benmore and paste this URL, then click Add:
https://benmore.ai/mcpClaude opens a Benmore sign-in window. Sign in, then approve the consent page that names Claude; the connection is saved to your Claude account. You can revoke it later under Connected tools on your Benmore profile.
In a new chat, enable Benmore in the tools menu and say what you want:
Connect to my Benmore workspace, list my apps, and keep building my latest one.In the Claude menu, choose Settings, then Connectors, then Add custom connector. (No Connectors tab? Update the app to the latest version.)
https://benmore.ai/mcpYour browser opens a Benmore sign-in page. Sign in and approve the consent page once.
Enable Benmore in the chat's tools menu and say what you want:
Connect to my Benmore workspace, list my apps, and keep building my latest one.brew install benmore-studio/benmore/benmore-cliHomebrew is primary on macOS. Linux/CI: curl -fsSL https://benmore.ai/install-cli.sh | sh.
benmore bootstrapSigns you in (or creates your account), sets up your ~/Benmore workspace, pulls any apps you already have, and installs the agent skill: the operating manual Claude Code loads automatically.
cd ~/Benmore claude
That's the whole setup. Say "build me an invoicing app with client logins" and watch it go live at <app>-dev.benmore.ai while the agent works.
brew install benmore-studio/benmore/benmore-cliHomebrew is primary on macOS. Linux/CI: curl -fsSL https://benmore.ai/install-cli.sh | sh.
benmore bootstrapSigns you in, sets up your ~/Benmore workspace, and installs the complete Codex skill at ~/.agents/skills/benmore-cli. For only the skill, run benmore skill install --agent codex (requires cloud CLI 0.1.30 or later).
cd ~/Benmore codex
Codex discovers the Benmore skill natively. Open the app directory for its AGENTS.md, and invoke the skill when useful:
Use $benmore-cli to build me a notes app, deploy it to development, and verify the result.benmore CLI that Claude Code uses: live dev URL, explicit file pushes, source synchronization checks, and verified promotion.