A backend that lets your coding agent do the DevOps
InsForge packages auth, Postgres, storage, edge functions, and an AI gateway into a single platform designed to be operated by MCP-compatible agents rather than humans.
What it does
InsForge is an open-source backend-as-a-box built specifically for agentic coding workflows. It bundles authentication, a Postgres database, S3-compatible storage, serverless edge functions, site deployment, and an OpenAI-compatible model gateway into one system. Agents interact with it through an MCP server or a CLI, reading schemas and logs, then deploying functions and running migrations without a human opening a dashboard.
The interesting bit
The product thesis is that coding agents need to be backend engineers, not just code generators. InsForge exposes its own operations as tools an agent can call, so the loop is: agent writes code, agent deploys code, agent checks logs, agent fixes code. The platform is essentially the infrastructure layer of a self-driving development team.
Key highlights
- Self-hosted via Docker Compose or cloud-hosted at
insforge.dev - MCP server interface works with any MCP-compatible agent (Claude, Cursor, etc.)
- Postgres with
pgvectorsupport, S3-compatible storage, Deno-based edge functions - Model gateway abstracts multiple LLM providers behind one OpenAI-compatible API
- Compute option (private preview) for long-running containers
- One-click deploy templates for Railway, Zeabur, and Sealos
Caveats
- “Compute” is still in private preview, so container workloads aren’t generally available
- CLI + Skills interface is cloud-only; self-hosted users are limited to the MCP server
- The README is heavy on quickstart steps and light on architecture or operational details
Verdict
Worth evaluating if you’re building agentic coding tools and tired of wiring together Supabase + Vercel + OpenRouter by hand. Skip it if you already have a mature backend stack and your agents just need a better IDE.
Frequently asked
- What is InsForge/InsForge?
- InsForge packages auth, Postgres, storage, edge functions, and an AI gateway into a single platform designed to be operated by MCP-compatible agents rather than humans.
- Is InsForge open source?
- Yes — InsForge/InsForge is open source, released under the Apache-2.0 license.
- What language is InsForge written in?
- InsForge/InsForge is primarily written in TypeScript.
- How popular is InsForge?
- InsForge/InsForge has 12.7k stars on GitHub and is currently cooling off.
- Where can I find InsForge?
- InsForge/InsForge is on GitHub at https://github.com/InsForge/InsForge.