Supabase Plugin for Cursor
February 5, 2026 · View on GitHub
The Supabase plugin for Cursor gives Cursor the tools and skills needed to work effectively with Supabase projects.
What's Included
- MCP Server — Remote connection to the Supabase MCP server for project management, SQL execution, migrations, and more
- Skills — Agent skills from supabase/agent-skills (e.g.
postgres-best-practices)
Development
This repo uses a git submodule for shared agent skills.
After cloning, initialize the submodule:
git submodule update --init --recursive
To update the submodule:
git submodule update --remote submodules/agent-skills
git add submodules/agent-skills
git commit -m "chore: update agent-skills submodule"
Releasing
This repo uses Release Please for automated releases.
- Merge commits with
feat:orfix:prefixes to trigger a release (see How should I write my commits?) - Release Please opens a "Release PR" with version bump and changelog
- Merge the Release PR to publish
supabase-cursor-plugin.tar.gzis uploaded to the GitHub release
Note: Release Please is configured to only bump patch versions (0.1.x) until project is more stable.