Plugin for installing the PlanetScale MCP server and Database 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 the upstream planetscale/database-skills repository via the database-skills Git submodule.
- Source repo:
https://github.com/planetscale/database-skills - Submodule path:
database-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-skillsCommit the resulting submodule pointer change in this repository.
GitHub Actions runs .github/workflows/update-skills.yml weekly and also supports manual runs (workflow_dispatch).
When database-skills has new commits, the workflow opens or updates a PR that contains only:
- The
database-skillssubmodule pointer update .gitmodules(if submodule metadata changed)