Language: 日本語English

planetscale Plugin

Category
Database
Topics
Databases & Storage · Monitoring & Observability
First seen
2026-07-09
Last confirmed
2026-07-13
Explanation last updated
2026-07-12

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

This plugin installs the PlanetScale MCP server and PlanetScale Database Skills into Claude Code. The MCP server is an authenticated, hosted server that accesses a user's PlanetScale organizations, databases, branches, schema, and Insights data. According to the README, it is installed via a plugin marketplace command and verified with the /mcp command in Claude Code. The skills are pulled in from the separate planetscale/database-skills repository as a Git submodule, with a weekly GitHub Actions workflow to update it. PlanetScale itself, per its homepage, is a cloud hosting platform for Vitess (MySQL) and Postgres databases.

Overview

PlanetScale is a cloud database platform offering managed Vitess (MySQL) and Postgres databases, including branching, read replicas, backups, and observability features, per the homepage.

What you can do with planetscale

  • Install the PlanetScale MCP server and Database Skills into Claude Code via /plugin marketplace add planetscale/claude-plugin and /plugin install planetscale@planetscale
  • Access your PlanetScale organizations, databases, branches, and schema through the authenticated MCP server (per item description)
  • Query against your PlanetScale data (per item description)
  • Surface slow queries using Insights data (per item description)
  • Get organizational and account information (per item description)
  • Verify the MCP server loaded by running /mcp in Claude Code (per README)
  • Verify skills loaded by running /skills (per README)

Sources

Original description (English)

An authenticated hosted MCP server that accesses your PlanetScale organizations, databases, branches, schema, and Insights data. Query against your data, surface slow queries, and get organizational and account information.

History of planetscale

Back to list