Language:JapaneseEnglish

planetscale Claude Code Plugin

Category
Database
Topics
Databases & Storage · Monitoring & Observability
First cataloged
2026-07-09 (UTC)
Explanation last updated
2026-07-16 (UTC)
Source (GitHub) last updated
2026-08-24 (UTC) (3 days ago)

The explanation below is AI-generated. Please verify it against the sources.

This plugin connects Claude Code to PlanetScale by installing an authenticated, hosted MCP server along with a set of database-related skills. It lets Claude read information about a user's PlanetScale organizations, databases, branches, and schema, and pull query-performance insights such as slow queries. It also exposes organizational and account details. The underlying PlanetScale service is a cloud database platform offering Vitess/MySQL and Postgres hosting with features like branching, replication, and scaling. Installation is done through Claude Code's plugin marketplace commands, and the companion skills are kept up to date via an upstream submodule.

About the service

PlanetScale is a cloud database hosting company that provides managed Vitess/MySQL and Postgres clusters, emphasizing horizontal scaling, high availability, branching workflows for schema changes, and built-in query observability (Insights). It offers tiers such as PlanetScale Postgres and PlanetScale Metal, and supports enterprise-grade security certifications like SOC 2 and HIPAA compliance.

What you can do with planetscale

  • Install the PlanetScale MCP server and Database Skills into Claude Code via marketplace commands
  • Authenticate and connect Claude to a PlanetScale account
  • Inspect organizations, databases, branches, and schema information
  • Retrieve Insights data to identify slow or problematic queries
  • View organizational and account-level details
  • Keep skills synced with the upstream database-skills repository through a Git submodule and an automated weekly update workflow

Sources

Back to list