Labsco
MCP SERVER · OFFICIAL PROJECT

InsForge MCP Server

by InsForge

Let a coding agent read your schema, run SQL, manage storage and ship edge functions against your own backend.

PaaS Deployment & App Hosting
Summary
A backend the coding agent can change, with the dangerous parts fenced off.

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.

What it is

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.

What you get
  • 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
Requirements

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.

Setup effort

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