InsForge
活跃简介
面向编码 Agent 的 Postgres 后端平台,集成认证、存储、计算、托管和 AI Gateway,便于 Agent 快速搭建应用后端。
核心特性
- 一站式后端:Postgres 数据库、认证、存储、边缘函数和 AI Gateway
- MCP Server 集成 —— 编码 Agent 通过模型上下文协议调用 InsForge 工具
- CLI + Skills 接口,Agent 可直接从终端操作后端
- 通过 Docker Compose 一键自托管,或使用云端 insforge.dev
- 跨多个 LLM 提供商的 OpenAI 兼容模型网关
适用场景
💡 编码 Agent 管理整个后端的快速全栈应用原型开发
💡 构建集成认证、数据库和 LLM 网关的 AI 应用
💡 多项目本地开发,每个项目拥有独立的数据库和存储
💡 Agent 可自主配置和管理的团队后端基础设施
快速开始
git clone https://github.com/InsForge/InsForge.git && cd insforge && cp .env.example .env && docker compose -f docker-compose.prod.yml up # 打开 http://localhost:7130