For the complete documentation index, see llms.txt. This page is also available as Markdown.

MCP access for agents

Connect Claude Code or Codex to manage your GreatStore store.

1. Install the MCP

Claude Code:

claude mcp add --transport http greatstore-admin https://admin.greatstore.ai/mcp

Codex CLI:

codex mcp add greatstore-admin npx -- mcp-remote https://admin.greatstore.ai/mcp

Or add directly to ~/.codex/config.toml:

[mcp_servers.greatstore-admin]
command = "npx"
args = ["mcp-remote", "https://admin.greatstore.ai/mcp"]

On first use, the MCP signs your agent in automatically.

2. Ask your agent

Describe what you want in plain English:

Build an app

Build an app that shows a 3-question quiz to recommend the right t-shirt size.

Publish a draft

I'm ready. Publish the latest draft to shoppers.

Change a setting

Rename the assistant to Voyager.

Allow a staging origin

Allow https://staging.example.com to load the chat widget.

Check connectors

Which MCP connectors are wired up, and are they healthy?

Apps ship as drafts first, and the agent checks with you before anything goes live to shoppers.

3. Review your changes

Review app changes in Apps. Review settings in Configure. Review connector changes in Connectors.

Last updated

Was this helpful?