.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/fim-ai/fim-one
home/mcp-servers/fim-ai/fim-one
fim-ai avatar

fim-one

byfim-ai· 1 MCP server

Stars

1.4k

Forks

153

Category

AI Agents & MCP

View on GitHub

TL;DR

LLM-powered Agent Runtime with dynamic DAG planning and concurrent execution

How to install fim-one?

fim-ai/fim-one
$git clone https://github.com/fim-ai/fim-one

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install fim-one by running `git clone https://github.com/fim-ai/fim-one`, then use it for the current task and follow its documentation at https://github.com/fim-ai/fim-one.

Files · 1

View on GitHub
README.md
1<div align="center">
2 
3![FIM One Banner](./assets/banner.jpg)
4 
5![Python 3.11+](https://img.shields.io/badge/python-3.11%2B-blue)
6[![CI](https://github.com/fim-ai/fim-one/actions/workflows/test.yml/badge.svg)](https://github.com/fim-ai/fim-one/actions/workflows/test.yml)
7![License](https://img.shields.io/badge/license-Source%20Available-orange)
8[![Discord](https://img.shields.io/discord/1480638265206771742?logo=discord&label=discord)](https://discord.gg/z64czxdC7z)
9[![Follow on X](https://img.shields.io/twitter/follow/FIM_One?style=social)](https://x.com/FIM_One)
10 
11[🌐 English](README.md) | [🇨🇳 中文](README.zh.md) | [🇯🇵 日本語](README.ja.md) | [🇰🇷 한국어](README.ko.md) | [🇩🇪 Deutsch](README.de.md) | [🇫🇷 Français](README.fr.md)
12 
13**All-in-One Agent Platform for Global × China Enterprises.**
14*Wire every system you already run — global SaaS to the China stack — through one agent core.*
15 
16🌐 [Website](https://one.fim.ai/) · 📖 [Docs](https://docs.fim.ai) · 📋 [Changelog](https://docs.fim.ai/changelog) · 🐛 [Report Bug](https://github.com/fim-ai/fim-one/issues) · 💬 [Discord](https://discord.gg/z64czxdC7z) · 🐦 [Twitter](https://x.com/FIM_One) · 🏆 [Product Hunt](https://www.producthunt.com/products/fim-one)
17 
18</div>
19 
20> [!TIP]
21> **☁️ Skip the setup — try FIM One on Cloud.**
22> A managed version is live at [cloud.fim.ai](https://cloud.fim.ai/) — no Docker, no API keys, no config. Sign in and start connecting your systems in seconds. _Early access, feedback welcome._
23 
24---
25 
26## Overview
27 
28Global enterprises run a sprawl of systems that don't talk to each other — ERP, CRM, OA, HR, finance, databases, IM platforms across regions. FIM One is the **all-in-one agent platform** that wires every system you already run into one agent core — global SaaS on one side, the full China stack (Feishu, WeCom, DingTalk, DM, Kingbase, etc.) on the other. One brain. Every system. Global SaaS × China Stack.
29 
30| Mode | What it is | Access |
31| -------------- | ------------------------------------------------------- | ----------------------- |
32| **Standalone** | General-purpose AI assistant — search, code, KB | Portal |
33| **Copilot** | AI embedded in a host system's UI | iframe / widget / embed |
34| **Hub** | Central AI orchestration across all connected systems | Portal / API |
35 
36```mermaid
37graph LR
38 ERP <--> Hub["🧠 FIM One Agent Core"]
39 Database <--> Hub
40 Lark <--> Hub
41 Hub <--> CRM
42 Hub <--> OA
43 Hub <--> API[Custom API]
44```
45 
46### Screenshots
47 
48**Dashboard** — stats, activity trends, token usage, and quick access to agents and conversations.
49 
50![Dashboard](./assets/screenshot-dashboard.png)
51 
52**Agent Chat** — ReAct reasoning with multi-step tool calling against a connected database.
53 
54![Agent Chat](./assets/screenshot-agent-chat.png)
55 
56**DAG Planner** — LLM-generated execution plan with parallel steps and live status tracking.
57 
58![DAG Planner](./assets/screenshot-dag-planner.png)
59 
60### Demo
61 
62**Using Agents**
63 
64![Using Agents](https://github.com/user-attachments/assets/b03d7750-eae6-4b16-9242-4c500d53d6cf)
65 
66**Using Planner Mode**
67 
68![Using Planner Mode](https://github.com/user-attachments/assets/2b630496-2e62-4e14-bbdf-b8c707258390)
69 
70## Quick Start
71 
72### Docker (recommended)
73 
74```bash
75git clone https://github.com/fim-ai/fim-one.git
76cd fim-one
77 
78cp example.env .env
79# Edit .env: set LLM_API_KEY (and optionally LLM_BASE_URL, LLM_MODEL)
80 
81docker compose up --build -d
82```
83 
84Open http://localhost:3000 — on first launch you'll create an admin account. That's it.
85 
86```bash
87docker compose up -d # start
88docker compose down # stop
89docker compose logs -f # view logs
90```
91 
92### Local Development
93 
94Prerequisites: Python 3.11+, [uv](https://docs.astral.sh/uv/), Node.js 18+, pnpm.
95 
96```bash
97git clone https://github.com/fim-ai/fim-one.git && cd fim-one
98 
99cp example.env .env # Edit: set LLM_API_KEY
100 
101uv sync --a

Preview

fim-ai/fim-onefim-ai/fim-one
Repofim-ai/fim-one
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedJul 2026
LicenseNOASSERTION
First seenJul 27, 2026

Tags

MCP

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k