Dev & Engineering backend-platformmcppostgresqls3-storageedge-functionsmodel-gatewaydocker-compose

InsForge

An agent-operable backend for taking full-stack apps from code to deployment.

FollowAgents review · FARS-2.1
Not recommended
46/ 100 5-point scale 2.3 / 5
1 2 3 4 5 6
Per-dimension scores and reasoning
1Trust8 / 29 · 1.4/5

Evidence shows: README describes MCP server and CLI interfaces, but does not specify permission model or least privilege; setup script generates secrets and sets file permissions 600, but no user confirmation mechanism; data flow transparency is limited; sensitive data handling is not detailed; dependency security is addressed via overrides pinning versions, but no audit evidence; external effects are not fully documented; no rollback mechanism; source attribution is present but publisher unverified. Deductions: lack of user confirmation, insufficient data flow transparency, missing sensitive data handling details, no rollback, unverified publisher.

2Reliability8 / 14 · 2.9/5

Evidence shows: README and package.json are consistent; dependencies are listed with overrides, but no lockfile or integrity checks; failure messages are present in test scripts but not documented for users. Deductions: dependency integrity not verified, failure message documentation missing.

3Adaptability10 / 18 · 2.8/5

Evidence shows: README identifies target audience and scenarios, provides multiple deployment options, but lacks explicit capability boundaries and trigger precision; environment fit is good with multiple storage backends and platforms. Deductions: capability boundaries and trigger precision not detailed.

4Convention10 / 18 · 2.8/5

Evidence shows: README is well-structured with quickstart, docs, community; install notes are detailed; naming is consistent; examples provided but no FAQ; known limitations not listed; license is Apache-2.0 with full LICENSE; versioning exists but no CHANGELOG; maintenance responsibility is clear with contributing guide and support channels. Deductions: missing FAQ, known limitations, CHANGELOG.

5Effectiveness7 / 13 · 2.7/5

Evidence shows: Output usability is good with clear deployment instructions, but no actual output examples; marginal value is high as an all-in-one platform, but no comparison; cost-benefit is open-source free, but no performance data. Deductions: missing output examples, comparison, performance data.

6Verifiability3 / 8 · 1.9/5

Evidence shows: Claims in README lack implementation details or test evidence; cross-source corroboration is not provided; facts and inferences are mixed. Deductions: claims not traceable, no independent verification, facts and inferences not separated.

Evidence confidence: Low Reviewed Aug 09, 2026 Reviewed revision e826868601f5
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Safety controls not found in source: confirmation before acting, rollback or recovery path
Before you use it
  • Publisher identity is unverified; assess supply chain risks carefully.
  • Setup script generates sensitive secrets; ensure trusted environment and secure .env file.
  • Dependencies are pinned via overrides but no lockfile; use npm ci or similar to ensure integrity.
  • Feature claims lack test evidence; perform independent verification before deployment.
Review evidence [1][2][3][4][5][6][7][8][9]
See the full review method →

What does this agent do, and when should you use it?

InsForge is an open-source backend platform for agentic coding, combining authentication, Postgres, storage, edge functions, a model gateway, compute, and site deployment. Coding agents can use it through an MCP Server in self-hosted or cloud environments; the cloud offering also includes CLI + Skills. Its MCP operations let agents inspect documentation, schemas, deployed-function metadata, bucket contents, auth configuration, and runtime logs before changing backend resources. Self-hosting uses Docker Compose, with local filesystem storage by default and optional S3-compatible backends. It fits teams that want coding agents to operate application infrastructure as well as write application code.

A coding agent interacts with InsForge through the InsForge MCP Server, or through cloud-only CLI + Skills from a terminal. It can read backend context, database schemas, resource metadata, and runtime logs, then deploy edge functions, run database migrations, create storage buckets, and configure auth providers. The platform provides a Postgres relational database, S3-compatible file storage, an OpenAI-compatible Model Gateway across multiple LLM providers, Edge Functions, private-preview Compute, and site build/deployment. A self-hosted instance starts with docker compose -f docker-compose.prod.yml up; when backed by S3-compatible storage, /storage/v1/s3 exposes an S3-compatible gateway.

  1. A developer using an MCP-compatible coding agent to build a full-stack app and needing that agent to inspect schemas and logs before changing backend resources.
  2. A team that wants to run its backend platform locally or on its own host using Docker Compose.
  3. A developer running several isolated local projects by assigning separate environment files, ports, and Compose project names.
  4. A team that needs an S3-compatible storage interface and can connect bundled or external S3-compatible storage.
  5. An application developer who needs an OpenAI-compatible gateway intended to work across multiple LLM providers.

What are this agent's strengths and limitations?

Pros
  • Its MCP Server exposes both backend inspection and configuration operations to MCP-compatible coding agents.
  • The documented product scope combines authentication, Postgres, storage, edge functions, a model gateway, compute, and site deployment.
  • It offers self-hosting plus local filesystem storage and several S3-compatible storage paths, including an S3-compatible gateway when configured.
  • The Model Gateway is described as OpenAI-compatible and usable across multiple LLM providers.
Limitations
  • Self-hosting requires Docker and Node.js, and the operator is responsible for environment configuration and port management.
  • CLI + Skills are cloud only, so the documented self-hosted agent interface is the MCP Server.
  • Compute is marked private preview, so it should not be assumed to be generally available.
  • The S3-compatible gateway is enabled only with an S3-compatible backing store; the default local filesystem storage does not provide it automatically.

How do you install or deploy this agent?

Self-hosting requires Docker and Node.js. Run:

git clone https://github.com/InsForge/InsForge.git
cd InsForge
cp .env.example .env
docker compose -f docker-compose.prod.yml up

Then open http://localhost:7130 and follow the UI steps to connect the InsForge MCP Server. The supplied material does not specify the exact MCP credentials or configuration fields. To use bundled MinIO or RustFS, add docker-compose.minio.yml or docker-compose.rustfs.yml respectively; set the corresponding access keys in .env before production use.

How do you use this agent?

After connecting the MCP Server, send your coding agent: I'm using InsForge as my backend platform, call InsForge MCP's fetch-docs tool to learn about InsForge instructions. The agent can then use MCP operations to inspect platform documentation and backend state, and to deploy functions, run migrations, create buckets, or configure authentication. CLI + Skills are also documented for the cloud offering, but the supplied material does not provide installation, authentication, or command details for that path.

FAQ

Can InsForge be self-hosted?
Yes. The MCP Server is documented for both self-hosted and cloud use, and the repository provides Docker Compose startup steps. CLI + Skills are cloud only.
What kind of coding agent can connect to it?
The MCP Server is described as usable by any MCP-compatible agent. The supplied material does not document native setup for specific chat or coding products.
Is the default storage S3-compatible?
No. Files are stored on the local filesystem by default. The /storage/v1/s3 gateway is enabled when InsForge is backed by an S3-compatible store.
Does the model gateway lock me to OpenAI?
No. It is described as an OpenAI-compatible API across multiple LLM providers, though the supplied material does not name the providers or pricing.
What does self-hosting cost and what credentials are required?
The supplied material does not state pricing. For bundled MinIO or RustFS, production use requires setting the relevant access keys in .env; other credential details are not specified.

Compare agents like this one

The same FARS review applied across the shortlist this agent qualifies for.

Related agents