Cursor IDE plugin that gives your AI agent the tools and knowledge to build full-stack applications with InsForge.
Connects Cursor to your InsForge backend via a remote MCP server at mcp.insforge.dev, enabling:
- Database schema management (create tables, run SQL, manage indexes and RLS)
- Storage bucket management (create, list, delete buckets)
- Serverless function deployment (create, update, delete Deno functions)
- Backend metadata inspection
- SDK documentation fetching
- Frontend deployment
- Container log access
The InsForge skill teaches the AI agent how to work with InsForge effectively, covering:
- Database CRUD operations with filters and pagination
- Authentication flows (email/password, OAuth)
- File storage (upload, download, delete)
- AI integration (chat completions, image generation, embeddings)
- Real-time pub/sub messaging
- Serverless function invocation
- Frontend deployment workflows
Install from the Cursor Marketplace, or install manually:
- Clone this repository
- Open Cursor Settings > Plugins
- Add the plugin from the cloned directory
After installing the plugin, go to Cursor Settings > Tools & MCP Servers and click Connect on the InsForge MCP server. You'll be redirected to authorize the connection with your InsForge account.
.cursor-plugin/
plugin.json Plugin manifest
mcp.json MCP server configuration
skills/ Symlink to submodules/insforge-skills/skills
submodules/
insforge-skills/ Git submodule (InsForge/insforge-skills)
Skills are maintained in the InsForge/insforge-skills repository and pulled in as a git submodule.
git submodule update --remoteReleases are automated via Release Please. The workflow creates a tarball containing:
.cursor-plugin/plugin.jsonmcp.jsonskills/(dereferenced from submodule)