1. Conduid
  2. AI
  3. Fastgpt
MCP server · AI

Fastgpt

FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive s

Unclaimed NOASSERTION last commit 6 months ago qwenclaudemcpdeepseeknextjsagentllmaiopenai
92Excellent

Scored yesterday · breakdown

About Fastgpt

Fastgpt is an MCP server published by labring in the AI category: fastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive s. It has been installed 0 times through Conduid.

The repository has 27K stars and 6.9K forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx fastgpt

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Fastgpt

Powered by Claude · Grounded in docs

I know everything about Fastgpt. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v4.16.2v4.16.2 · 1 Sep 2026📦 升级指南 1. 删除 Worker 并发配置 V4.16.2 移除了 `PARSE_FILE_WORKERS`、`PARSE_FILE_WORKER_MEMORY_LIMIT_MB`、`HTML_TO_MARKDOWN_WORKERS` 和 `TEXT_TO_CHUNKS_WORKERS`。升级时请从 `.env` 或 Docker Compose 的 `environment` 中删除这些变量,无需配置替代变量。 文件解析 Worker 的硬上限会根据 Node.js…
v4.16.1v4.16.1 · 21 Aug 2026📦 升级指南 更新 Agent Sandbox 环境变量和运行态镜像 启用 Agent Sandbox 时,请在 `fastgpt-app` 和 `fastgpt-pro` 中同步检查以下配置。4.16.1 使用完整的运行态镜像地址: 普通非 root 镜像,默认配置 AGENT_SANDBOX_OPENSANDBOX_IMAGE=registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-agent-sandbox:v0.3.1…
v4.16.0v4.16.0 · 16 Aug 2026📦 升级指南 1. 更新 Agent-sandbox-proxy 环境变量(可选) 4.16.0 需要依赖 proxy 进行静态资源代理访问,如果网关支持 ws 和 http 在同一个端口,则可以只开放一个端口。如果不支持,可以通过设置 `PREVIEW_PORT` 来设置 http 访问端口。 ws和http服务的端口 PORT=1006 http服务的端口,可以覆盖 PORT PREVIEW_PORT=1007 访问地址以 `http://` 或 `https://`…
v4.15.8v4.15.8 · 14 Aug 2026变更说明 1. 增加对于系统默认模型的敏感信息过滤 Full Changelog**: https://github.com/labring/FastGPT/compare/v4.15.7...v4.15.8
v4.14.31v4.14.31 · 14 Aug 2026变更说明 1. 增加对于系统默认模型的敏感信息过滤 Full Changelog**: https://github.com/labring/FastGPT/compare/v4.14.30...v4.14.31

README

FastGPT

FastGPT 是一个 AI Agent 构建平台,提供开箱即用的数据处理、模型调用等能力,同时可以通过 Flow 可视化进行工作流编排,从而实现复杂的应用场景!

https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409bd33f6d4

快速开始

可以通过 Docker 快速启动 FastGPT,在终端输入以下命令,根据引导完成输入即可拉取配置。

# 输入命令拉取配置文件
bash <(curl -fsSL https://doc.fastgpt.cn/deploy/install.sh)
# 启动
docker compose up -d

完全启动后,可通过http://localhost:3000访问 FastGPT,默认账号为root,密码为1234

如果你遇到问题,可以查看完整 Docker 部署教程

🛸 使用方式

  • 云服务版本
    如果你不需要私有化部署,可以直接使用我们提供的云服务版本,地址为:fastgpt.io

  • 社区自托管版本
    可以使用Docker快速部署,也可以使用Sealos Cloud 来一键部署FastGPT。

  • 商业版
    如果你需要更完整的功能,或深度的服务支持,可以选择我们的商业版。我们除了提供完整的软件外,还提供相应的场景落地辅导,具体可提交商业咨询

💡 核心功能

Demo Demo
Demo Demo

1 应用编排能力

  • 规划 Agent 模式。
  • 对话工作流、插件工作流,包含基础的 RPA 节点。
  • 用户交互
  • 双向 MCP
  • 辅助生成工作流

2 应用调试能力

  • 知识库单点搜索测试
  • 对话时反馈引用并可修改与删除
  • 完整调用链路日志
  • 应用评测
  • 高级编排 DeBug 调试模式
  • 应用节点日志

3 知识库能力

  • 多库复用,混用
  • chunk 记录修改和删除
  • 支持手动输入,直接分段,QA 拆分导入
  • 支持 txt,md,html,pdf,docx,pptx,csv,xlsx (有需要更多可 PR file loader),支持 url 读取、CSV 批量导入
  • 混合检索 & 重排
  • API 知识库
  • RAG 模块热插拔

4 OpenAPI 接口

  • completions 接口 (chat 模式对齐 GPT 接口)
  • 知识库 CRUD
  • 对话 CRUD
  • 自动化 OpenAPI 接口

5 运营能力

  • 免登录分享窗口
  • Iframe 一键嵌入
  • 统一查阅对话记录,并对数据进行标注
  • 应用运营日志

6 其他

  • 可视化模型配置。
  • 支持语音输入和输出 (可配置语音输入语音回答)
  • 模糊输入提示
  • 模板市场

💪 我们的项目 & 链接

🌿 第三方生态

🏘️ 社区交流群

扫码加入飞书话题群:

🤝 贡献者

我们非常欢迎各种形式的贡献。如果你对贡献代码感兴趣,可以查看我们的 GitHub Issues,大展身手,向我们展示你的奇思妙想。

🌟 Star History

使用协议

本仓库遵循 FastGPT Open Source License 开源协议。

  1. 允许作为后台服务直接商用,但不允许提供 SaaS 服务。
  2. 未经商业授权,任何形式的商用服务均需保留相关版权信息。
  3. 完整请查看 FastGPT Open Source License
  4. 联系方式:Dennis@sealos.io,点击查看商业版定价策略

README mirrored from the source repository yesterday. The original is authoritative.

Questions

About Fastgpt

How do I install Fastgpt?

Run npx fastgpt, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Fastgpt safe to use with an AI agent?

Its trust score is 92 out of 100 (excellent). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Fastgpt still maintained?

Yes — the latest release is v4.16.2 (1 Sep 2026), and the last commit was 6 months ago. The repository has 27K stars and 0 open issues.