MCP & AI Agents
Connect Cursor, Claude Code, or any MCP-compatible agent to manage your projects through structured tools.
Connect
Add this to your agent's MCP configuration:
{
"mcpServers": {
"chromeship": {
"command": "chromeship-mcp"
}
}
}What the agent can do
The MCP server exposes every ChromeShip operation: create projects, add surfaces, set environment variables, start runtimes, build ZIPs, deploy functions, and manage translations.
Example prompts
Create a new side-panel extension with Supabase and Stripe. Add a content script that extracts the page title. Deploy the hello-world function to production.
AGENTS.md
Every generated project includes an AGENTS.md that guides AI agents on the project structure, helpers, and conventions.
