Most database servers stop at queries. This one also creates buckets, ships edge functions and deploys, which is the difference between an assistant that answers questions about your backend and one that builds it. Raw SQL stays admin-key-only and behind the same strict-mode endpoint the REST API uses.
The MCP server for InsForge, an open-source backend bundling Postgres, auth, storage, realtime, functions and a model gateway, giving an AI coding assistant direct access to your project.
- Read the table schema, run raw SQL in strict mode, and bulk insert or upsert
- Create, list and delete storage buckets
- Create, read, update and delete Deno edge functions
- Create and start a deployment, then read the container logs back
- Pull the docs, generate an anon key, and index backend metadata so the assistant knows the shape of the project
An InsForge project and an AI coding assistant such as Cursor, Claude Code or GitHub Copilot. Write and admin actions need your admin API key, and raw SQL runs through the same strict-mode endpoint as the REST API, where system tables and the auth users table are blocked.
One command plus a key — npx @insforge/install --client claude-code --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:7130, then supply credentials
