Show HN: InsForge – Open-source Heroku for coding agents
InsForge launches an open-source, Apache 2.0-licensed backend platform designed for AI coding agents to deploy, operate, and debug infrastructure via CLI rather than MCP tools or manual dashboards.
Hi HN, I'm Hang, cofounder of InsForge (YC P26). InsForge is an open-source Heroku for AI coding agents: a backend platform designed for coding agents to deploy, operate, and debug end-to-end. Open source under Apache 2.0 (https://github.com/InsForge/InsForge). Quick demo here (https://youtu.be/7Bax5qz0IfM).We started InsForge because we just wanted our Claude Code to handle all the backend / infra stuff for us, instead of us jumping between dashboards doing manual config, or copy paste logs and docs back to agents.We first tried creating a folder with bunch of .MD files, and installing MCPs like Supabase, Vercel, GitHub, Context7.
But soon we found MCPs have their own problems: (a) Tools get pre-loaded into context, before agents even do anything (b) bad design, payloads are returning 10k+ tokens, and (c) a lot of stuff still can’t be done by MCP: e.g. telemetry and configs.So we think, because coding agents are so good at CLI, why not just put everything in CLI and create Skills to teach them how to use it?That’s InsForge: 1 command to install our CLI + Skills, coding agents can run the entire backend platform [1].We started with…