经 AI Skill Hub 精选评估,InsForge Agent工作流 获评「强烈推荐」。已获得 9.9k 颗 GitHub Star,这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.5 分,适合有一定技术背景的用户使用。
InsForge是开源的智能编码后端平台,提供完整的AI代理工作流解决方案。支持嵌入式处理、Deno运行时,适合开发者构建自动化编码、智能工作流等应用。9.9k星标证明社区认可度高。
InsForge Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
InsForge是开源的智能编码后端平台,提供完整的AI代理工作流解决方案。支持嵌入式处理、Deno运行时,适合开发者构建自动化编码、智能工作流等应用。9.9k星标证明社区认可度高。
InsForge Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g insforge # 方式二:npx 直接运行(无需安装) npx insforge --help # 方式三:项目依赖安装 npm install insforge # 方式四:从源码运行 git clone https://github.com/InsForge/InsForge cd InsForge npm install npm start
# 命令行使用
insforge --help
# 基本用法
insforge [options] <input>
# Node.js 代码中使用
const insforge = require('insforge');
const result = await insforge.run(options);
console.log(result);
# insforge 配置说明 # 查看配置选项 insforge --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export INSFORGE_CONFIG="/path/to/config.yml"
<p> The all-in-one, open-source backend platform for agentic coding.<br /> </p>
<p> <a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/License-Apache%202.0-orange.svg" alt="License"></a> <a href="https://www.npmjs.com/package/@insforge/sdk"><img src="https://img.shields.io/npm/dt/@insforge/sdk?color=blue&label=downloads" alt="Downloads"></a> <a href="https://github.com/InsForge/InsForge/graphs/contributors"><img src="https://img.shields.io/github/contributors/InsForge/InsForge?color=green" alt="Contributors"></a> <a href="https://insforge.dev"><img src="https://img.shields.io/badge/Visit-InsForge.dev-181818?logoColor=white&labelColor=555555&logo=data:image/svg%2bxml;base64,PHN2ZyB3aWR0aD0iMjQwIiBoZWlnaHQ9IjI0MCIgdmlld0JveD0iMCAwIDI0MCAyNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI2LjExODQgMTAxLjZDMjMuMjkzOSA5OC43ODMzIDIzLjI5MzkgOTQuMjE2NiAyNi4xMTg0IDkxLjRMOTcuNzE2NyAyMEwyMDAgMjBMNzcuMjYgMTQyLjRDNzQuNDM1NSAxNDUuMjE3IDY5Ljg1NjIgMTQ1LjIxNyA2Ny4wMzE3IDE0Mi40TDI2LjExODQgMTAxLjZaIiBmaWxsPSJ3aGl0ZSIvPjxwYXRoIGQ9Ik0xNTUuMjUxIDc3LjM3NUwyMDAgMTIyVjIyNEwxMDQuMTA5IDEyOC4zNzVMMTU1LjI1MSA3Ny4zNzVaIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPgo=" alt="Visit InsForge.dev"></a> <a href="https://gitcgr.com/InsForge/InsForge"> <img src="https://gitcgr.com/badge/InsForge/InsForge.svg" alt="gitcgr" /> </a> </p> <p> <a href="https://x.com/InsForge"><img src="https://img.shields.io/badge/Follow%20on%20X-000000?logo=x&logoColor=white&style=for-the-badge" alt="Follow on X"></a> <a href="https://www.linkedin.com/company/insforge"><img src="https://img.shields.io/badge/Follow%20on%20LinkedIn-0A66C2?logo=linkedin&logoColor=white&style=for-the-badge" alt="Follow on LinkedIn"></a> <a href="https://discord.com/invite/MPxwj5xVvW"><img src="https://img.shields.io/badge/Join%20our%20Discord-5865F2?logo=discord&logoColor=white&style=for-the-badge" alt="Join our Discord"></a> </p> <a href="https://trendshift.io/repositories/19834" target="_blank"> <img src="https://trendshift.io/api/badge/repositories/19834" alt="InsForge%2FInsForge | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/> </a> <br /><br /> <a href="https://vercel.com/oss"> <img alt="Vercel OSS Program" src="https://vercel.com/oss/program-badge-2026.svg" /> </a> </div>
<p align="center"> ⭐ <em>Help us reach more developers and grow the InsForge community. Star this repo!</em> </p>
Prerequisites: Docker + Node.js
You can run InsForge locally using Docker Compose. This will start a local InsForge instance on your machine.
[![Deploy on Docker][docker-btn]][docker-deploy]
Or run from source: ```bash
git clone https://github.com/InsForge/InsForge.git cd insforge cp .env.example .env docker compose -f docker-compose.prod.yml up
#### 2. Connect InsForge MCP
Open [http://localhost:7130](http://localhost:7130)
Follow the steps to connect InsForge MCP Server
<div align="center">
<img src="assets/connect.png" alt="Connect InsForge MCP" width="600">
</div>
#### 3. Verify installation
To verify the connection, send the following prompt to your agent: I'm using InsForge as my backend platform, call InsForge MCP's fetch-docs tool to learn about InsForge instructions.
#### 4. Running Multiple Projects
You can run multiple InsForge projects on the same host by using different ports and project names.
bash
In addition to running InsForge locally, you can also launch InsForge using a pre-configured setup. This allows you to get up and running quickly with InsForge without installing Docker on your local machine.
| Railway | Zeabur | Sealos |
|---|---|---|
| [](https://railway.com/deploy/insforge) | [](https://zeabur.com/templates/Q82M3Y) | [](https://sealos.io/products/app-store/insforge) |
cp .env.example .env.project1 cp .env.example .env.project2
Edit `.env.project2` with different ports: POSTGRES_PORT=5442 POSTGREST_PORT=5440 APP_PORT=7230 AUTH_PORT=7231 DENO_PORT=7233
Start each project with a unique name:bash docker compose -f docker-compose.prod.yml --env-file .env.project1 -p project1 up -d docker compose -f docker-compose.prod.yml --env-file .env.project2 -p project2 up -d
Each project gets its own isolated database, storage, and configuration. Manage them with:bash docker compose -f docker-compose.prod.yml --env-file .env.project1 -p project1 ps # status docker compose -f docker-compose.prod.yml --env-file .env.project1 -p project1 logs -f # logs docker compose -f docker-compose.prod.yml --env-file .env.project1 -p project1 down # stop ```
InsForge是成熟的AI工作流平台,9.9k星标反映高度认可。架构完整、功能全面,TypeScript生态支持好,适合专业开发使用。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
AI Skill Hub 点评:InsForge Agent工作流 的核心功能完整,质量优秀。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | InsForge |
| 原始描述 | 开源AI工作流:The all-in-one, open-source backend platform for agentic coding. InsForge gives 。⭐9.9k · TypeScript |
| Topics | AI工作流编码自动化智能代理开源平台TypeScript |
| GitHub | https://github.com/InsForge/InsForge |
| License | Apache-2.0 |
| 语言 | TypeScript |
收录时间:2026-05-17 · 更新时间:2026-05-19 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端