pscale 0.292.0 or later. Install or upgrade the CLI in the prerequisites below before running the setup steps.
Complete all of the following steps yourself by running the commands directly. Do not ask the user to run setup commands unless a step requires browser approval they must perform.
Install PlanetScale Skills and MCP
Use the section for your agent below. Skills cover operational workflows (assessment, safety review, Insights, schema recommendations). The hosted MCP server gives MCP clients access to PlanetScale account data.Prerequisites
Install the PlanetScale CLI if it is not already available (0.292.0 or later):agent-guide is unknown or auth check --format json prints nothing, upgrade with brew upgrade pscale.
If auth check returns "status": "action_required", follow issues and next_steps in the JSON (typically pscale auth login --format json or service-token flags for CI).
Always pass --format json on pscale commands in automation. Put --org on resource subcommands (database, branch, sql, …), not on root pscale.
Install skills (all agents)
Setup script (recommended):~/.cursor/skills/, ~/.claude/skills/, ~/.agents/skills/). For other agents, pass the skills directory explicitly:
14-pscale-cli-automation for CLI conventions and 00-safe-orchestrator when the user asks for a full PlanetScale assessment. See github.com/planetscale/skills.
Cursor, GitHub Copilot, and VS Code
MCP — add to.cursor/mcp.json, .vscode/mcp.json, or your agent’s MCP config under "mcpServers":
script/setup above or install into <project>/.cursor/skills/ for project-scoped workflows.
Claude Code
Hosted MCP (recommended):npx skills add planetscale/skills -g -y or script/setup.
Zed
See the current MCP docs — the CLI prints setup instructions:script/setup or npx skills add planetscale/skills -g -y.
Headless / CI (no browser)
Use a PlanetScale service token instead of OAuth login. Pass credentials on each command:Project context (application repositories)
In the user’s application repo, add or update a projectAGENTS.md with:
- PlanetScale organization, database, branch, and engine (Postgres or Vitess)
- Whether agents may run write SQL or only read-only queries
- Approval rules for schema changes, Traffic Control, webhooks, and credentials
AGENTS.md without user approval. See skill 09-mcp-agent-operating-model in planetscale/skills.
Verify setup
Confirmpscale 0.292.0+ and JSON auth work, then run:
Resources
These instructions are published at
https://planetscale.com/docs/agent-setup/prompt.md so you can re-verify their authenticity at any time.
