Plugin for installing the PlanetScale MCP server, Database Skills, and PlanetScale skills into Cursor.
Search for PlanetScale in the Cursor Marketplace and install the plugin.
Open Cursor Settings and check the MCP section to confirm the planetscale MCP server is listed and connected.
This plugin pulls in skills from upstream PlanetScale repositories via Git submodules.
-
Source repo:
https://github.com/planetscale/database-skills -
Submodule path:
database-skills -
Skills path:
database-skills/skills -
Tracked branch:
main -
Source repo:
https://github.com/planetscale/skills -
Submodule path:
skills -
Skills path:
skills -
Tracked branch:
main
Clone with submodules:
git clone --recurse-submodules https://github.com/planetscale/cursor-plugin.gitIf you already cloned without submodules:
git submodule update --init --recursiveTo pull the latest upstream skills into this repository:
git submodule sync --recursive
git submodule update --init --remote database-skills skillsCommit the resulting submodule pointer changes in this repository.
GitHub Actions runs .github/workflows/update-skills.yml weekly and also supports manual runs (workflow_dispatch).
When either upstream repository has new commits, the workflow opens or updates a PR that contains only:
- The changed skills submodule pointer updates
.gitmodules(if submodule metadata changed)