能力标签
disp8ch
🔌
MCP工具

disp8ch

基于 TypeScript · 让 AI 助手直接操作你的系统与工具
⭐ 8 Stars 💻 TypeScript 📄 MIT 🏷 AI 7.5分
7.5AI 综合评分
agentic-aichatgptcodex
✦ AI Skill Hub 推荐

disp8ch 是 AI Skill Hub 本期精选MCP工具之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。

📚 深度解析

disp8ch 是一款基于 MCP(Model Context Protocol)标准协议的 AI 工具扩展。MCP 协议由 Anthropic 开发并开源,旨在建立 AI 模型与外部工具之间的标准化通信接口,目前已被 Claude Desktop、Claude Code、Cursor 等主流 AI 工具采纳。

通过安装 disp8ch,你的 AI 助手将获得额外的工具调用能力,可以用自然语言直接操控该工具的功能,无需学习复杂的命令行语法。MCP 工具的核心价值在于"一次配置,永久增强"——配置完成后,每次与 AI 对话时都可以无缝调用这些工具。

在技术实现上,MCP 工具通过标准的 JSON-RPC 协议与 AI 客户端通信,工具的功能以"工具列表"的形式暴露给 AI 模型,AI 可以按需调用。disp8ch 提供了结构化的工具调用接口,使 AI 模型能够精确地理解和使用每个功能点,显著降低 AI 在工具使用上的错误率。

与传统的 API 集成相比,MCP 工具的优势在于无需编写代码——用户只需在配置文件中添加几行 JSON,即可让 AI 获得全新能力。AI Skill Hub 将 disp8ch 评为 AI 评分 7.5 分,属于同类工具中的优质选择。

📋 工具概览

disp8ch 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。

GitHub Stars
⭐ 8
开发语言
TypeScript
支持平台
Windows / macOS / Linux
维护状态
轻量级项目,按需更新
开源协议
MIT
AI 综合评分
7.5 分
工具类型
MCP工具
Forks

📖 中文文档

以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

disp8ch 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。

📌 核心特色
  • 通过标准 MCP 协议与 Claude、Cursor 等主流 AI 客户端深度集成
  • 提供结构化工具调用接口,显著降低 AI 集成复杂度
  • 支持 Claude Desktop 和 Claude Code 无缝接入,开箱即用
  • 可与其他 MCP 工具组合叠加,构建完整 AI 工作站
  • 轻量无侵入设计,不影响现有系统架构
🎯 主要使用场景
  • 在 Claude Desktop 对话中直接调用本地工具,实现 AI 与系统的深度联动
  • 通过自然语言驱动复杂的多步骤自动化任务,代替繁琐手动操作
  • 将多个 MCP 工具组合使用,构建个人专属 AI 工作站
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/aaronnat23/disp8ch

# 方式二:手动配置 claude_desktop_config.json
{
  "mcpServers": {
    "disp8ch": {
      "command": "npx",
      "args": ["-y", "disp8ch"]
    }
  }
}

# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
📋 安装步骤说明
  1. 确认已安装 Node.js(v18 或以上版本)
  2. 打开 Claude Desktop 或 Claude Code 的 MCP 配置文件
  3. 按「交给 Agent 安装 → Claude Desktop」标签中的 JSON 配置填入 mcpServers 字段
  4. 保存配置文件并重启 Claude 客户端
  5. 重启后,在对话中即可使用本工具
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 安装后在 Claude 对话中直接使用
# 示例:
用户: 请帮我用 disp8ch 执行以下任务...
Claude: [自动调用 disp8ch MCP 工具处理请求]

# 查看可用工具列表
# 在 Claude 中输入:"列出所有可用的 MCP 工具"
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
// claude_desktop_config.json 配置示例
{
  "mcpServers": {
    "disp8ch": {
      "command": "npx",
      "args": ["-y", "disp8ch"],
      "env": {
        // "API_KEY": "your-api-key-here"
      }
    }
  }
}

// 保存后重启 Claude Desktop 生效
📑 README 深度解析 真实文档 完整度 84/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

简介

<p align="center"> <img src="docs/readme-assets/disp8ch-github-social-preview-orbit.png" alt="disp8ch: local-first AI workspace" width="100%" /> </p>

<p align="center"> <img src="docs/readme-assets/readme-title.png" alt="disp8ch" width="760" /> </p>

<p align="center"> <a href="https://www.disp8ch.com/"><img src="https://img.shields.io/badge/website-disp8ch.com-e5484d.svg" alt="Website: disp8ch.com" /></a> <a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="MIT license" /></a> <a href="https://nodejs.org/"><img src="https://img.shields.io/badge/node-%3E%3D22.13.0-339933.svg" alt="Node.js 22.13 or newer" /></a> <img src="https://img.shields.io/badge/local--first-runs%20fully%20offline-e5484d.svg" alt="Local-first: runs fully offline" /> <a href="CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-welcome-8b5cf6.svg" alt="PRs welcome" /></a> </p>

Chat in plain English. Get real workflows, real decisions, and shipped work.
One app. Your machine. Your data.

<p align="center"> <a href="https://www.disp8ch.com/">Website</a> · <a href="#-install-in-30-seconds">Install</a> · <a href="#-why-disp8ch">Why disp8ch</a> · <a href="#-see-it">Screenshots</a> · <a href="#-try-these-first">First Prompts</a> · <a href="#run-fully-local-no-api-key">Run Fully Local</a> · <a href="#core-features">All Features</a> · <a href="#faq">FAQ</a> </p>

---

Most AI tools give you a chat box. disp8ch gives your chat box a company to run.

Tell it "build a daily 9 AM research digest and send it to my WebChat" and it drafts a real, editable workflow on a visual canvas (triggers, nodes, schedules) and asks before saving. Record a product discussion and turn its cited decisions into assigned work. Let a planner, implementer, and independent reviewer complete an acceptance contract, then inspect the evidence before publishing the result. Everything runs self-hosted, works with fully local models (no API key needed), and every side effect is approval-gated and auditable. No hidden prompt chains, no silent writes.

Core Features

Built During OpenAI Build Week

Before the Submission Period: Disp8ch was already a working, local-first workspace built and tested over two months with GPT-5.5. Its existing foundation connected WebChat, visual workflows, Boards, Hierarchy, Council, Data Sources, Memory, Skills, Design Studio, channels, approvals, and Activity.

Built for OpenAI Build Week with Codex and GPT-5.6: The submission adds the missing delivery loop around that foundation: consent-gated Live Sessions and timestamp-cited Delivery Briefs; real planner, implementer, and independent reviewer workers; acceptance contracts, bounded repair, executable proof, and Outcome Receipts; source-grounded Files Projects; governed preview, publishing, and feedback-to-revision; and outcome-first Cross-Tab Work Trails that keep the decision, owners, evidence, code, cost, approval, and public result connected.

Codex with GPT-5.6 was used throughout the Submission Period to inspect the existing architecture, implement and refactor these changes, test cross-tab behavior on Windows, diagnose live-model and UI failures, harden security and dependencies, and prepare the release and demo evidence. Inside Disp8ch, GPT-5.6 can also be selected through the operator's authenticated Codex session as the planner and independent reviewer for a Supervised Run, while a faster or lower-cost configured model performs implementation. Disp8ch does not copy or expose the operator's Codex OAuth token.

The final release pass also hardened evidence-bound capability reporting, generic external-project planning, exact requested response contracts, credential redaction across answers, logs, workflow traces, and exports, and the current dependency graph. Fresh npm and pnpm audits report zero known vulnerabilities.

The human operator chose the product scope, user problem, model policy, safety boundaries, acceptance criteria, and release decisions. External publishing, mutations, credentials, and untrusted feedback remain explicitly confirmation-gated. The included demo presents the Build Week work as an extension of the pre-existing product, not as a claim that one prompt created the full application.

⚡ Install in 30 seconds

Linux, macOS, or WSL

curl -fsSL https://raw.githubusercontent.com/aaronnat23/disp8ch/main/scripts/install.sh | bash -s -- --repo https://github.com/aaronnat23/disp8ch.git

Windows PowerShell

$env:DISP8CH_SOURCE_ZIP_URL = "https://github.com/aaronnat23/disp8ch/archive/refs/heads/main.zip"; iex (irm "https://raw.githubusercontent.com/aaronnat23/disp8ch/main/scripts/install-windows.ps1")

The installer sets up a managed Node runtime if needed, starts the app at http://localhost:3100, and opens onboarding. Connect a cloud key or a local model (Ollama, llama.cpp, LM Studio, vLLM, SGLang) and you're working. More options in Quick Start.

One-line install

The one-line installers are the easiest path for non-technical users. They download a managed Node.js 22 runtime if needed, use Corepack or npx pnpm, fetch the app source, install dependencies, create a clean local workspace, start disp8ch, and open onboarding.

First Model Setup

The easiest path is /onboarding. disp8ch supports four setup paths:

PathUse whenCredential model
**Online API key**You want a hosted provider such as DeepSeek, OpenAI, Anthropic, Google, or OpenRouter.Store a key as an environment variable or secret reference.
**Local AI**You want private local inference through Ollama, LM Studio, llama.cpp, vLLM, SGLang, or another OpenAI-compatible server.No provider key required.
**Claude account OAuth**You already use Claude Code and want Anthropic models without managing a separate Anthropic API key.Local Claude Code credentials or an OAuth token reference.
**Codex account sign-in**You want optional coding-agent delegation through the installed Codex CLI.Local Codex CLI session. Not the default WebChat model provider.

For API key or local setup:

  1. Choose Online and add an API key, or choose Local.
  2. For Local, select Check this PC to inspect installed models, available RAM and VRAM, and detected runtimes.
  3. Run the recommended Ollama or llama-server command, then select Use this setup.
  4. Run validation, then open WebChat and send a message.

For Claude account OAuth:

  1. Install and sign in to Claude Code on the same Windows user that runs disp8ch.
  2. Keep the Claude Code credential file private. Do not copy .claude, OAuth token files, or auth JSON into the repo.
  3. In disp8ch, select or add an Anthropic model in Settings -> Models.
  4. If the model form asks for a credential, use an environment or secret reference such as env:ANTHROPIC_TOKEN, env:ANTHROPIC_OAUTH_TOKEN, env:CLAUDE_CODE_OAUTH_TOKEN, or secret:CLAUDE_CODE_OAUTH_TOKEN.
  5. Run the model test before using the model in WebChat or workflows.

For Codex account sign-in:

  1. Install the Codex CLI and sign in locally with your Codex account.
  2. Keep Codex auth files outside the repo and outside .env.local.
  3. Leave normal WebChat on your selected provider or local model. Codex sign-in is only used when you explicitly choose the Codex coding-agent backend for delegated coding work.
  4. Test with a harmless read-only delegation before granting write access.

You can also configure .env.local:

cp .env.example .env.local

Direct provider examples:

OPENAI_API_KEY=...
ANTHROPIC_API_KEY=...
ANTHROPIC_TOKEN=...
ANTHROPIC_OAUTH_TOKEN=...
CLAUDE_CODE_OAUTH_TOKEN=...
GOOGLE_API_KEY=...
DEEPSEEK_API_KEY=...

OpenRouter:

OPENROUTER_API_KEY=...

Local model endpoints:

OLLAMA_BASE_URL=http://127.0.0.1:11434
VLLM_BASE_URL=http://127.0.0.1:8000/v1
SGLANG_BASE_URL=http://127.0.0.1:30000/v1

Do not commit .env.local, .claude, .codex, auth JSON, OAuth token files, or any local credential store.

Quick Start

WebChat Examples

What can this app currently do? Separate implemented, configured, and callable.
List my automations and show which webhooks are enabled.
Create a webhook workflow that validates a GitHub-style JSON payload and summarizes it.
Compare three local model runtimes for an 8 GB VRAM laptop. Use current sources.
Audit this repo's API-key handling and cite exact files.
Create a board task for each blocker in this launch document.
Start a council session on whether we should prioritize reliability or new features.
Build a daily 9 AM research digest workflow, but ask before saving if anything is ambiguous.
Spin up a research team, put them in an org, and give them a board task to compare OCR models.
Generate a landing page concept for a local-first AI workspace and save it as a design.
Remember that I prefer concise technical answers. Reply only saved.
What is my preferred answer style?

Option A: Ollama (easiest)

1. Install Ollama and start it. 2. In onboarding, select Check this PC and use the exact ollama run ... command shown for the recommended model. Ollama downloads that model only after you run the command yourself:

ollama serve
ollama run <recommended-model-tag>
  1. Open onboarding at http://localhost:3100/onboarding, choose Local, select Check this PC, run the shown command, then select Use this setup, test, and save. No key required.

Memory search works without choosing a separate provider. New installs default to disp8ch's built-in local embedding model (Xenova/all-MiniLM-L6-v2) and fall back to keyword search if the model cache is unavailable. If you prefer Ollama embeddings instead, run ollama pull nomic-embed-text, set Settings -> Memory -> Embedding model to nomic-embed-text, then click Rebuild Index.

Or via .env.local:

OLLAMA_BASE_URL=http://127.0.0.1:11434

Option B: LM Studio, llama.cpp, vLLM, or SGLang (OpenAI-compatible)

  1. Start your local server and load a model.
  2. In onboarding choose the LM Studio / OpenAI-compatible preset and set the base URL. Leave the API key blank when the local server does not require one:
RuntimeBase URL
LM Studio (Local Server)http://127.0.0.1:1234/v1
llama.cpp (--server)http://127.0.0.1:8080/v1
vLLMhttp://127.0.0.1:8000/v1
SGLanghttp://127.0.0.1:30000/v1
  1. Run the test and save.

Or via .env.local:

VLLM_BASE_URL=http://127.0.0.1:8000/v1
SGLANG_BASE_URL=http://127.0.0.1:30000/v1

Tip: do not choose from parameter count alone. Context size, quantization, architecture, current free RAM/VRAM, and runtime support all affect whether a model is practical. Real AI image generation, live web search providers, external channels, and third-party APIs still need their own credentials, but the core local workspace runs without a model-provider key.

Run Fully Local (No API Key)

You do not need a cloud account or API key for core use. Run a local model server and point disp8ch at it: chat, local tools, memory, workflows, agents, boards, council, local document research, and local artifact work can run without a model-provider key. Live web search, external channels, cloud image generation, and third-party APIs still need network access and the credentials you choose to configure.

<p align="center"> <img src="docs/readme-assets/local-model-stack.svg" alt="disp8ch local model stack" width="100%" /> </p>

Useful CLI Commands

pnpm dpc status
pnpm dpc health
pnpm dpc doctor
pnpm dpc models list
pnpm dpc workflows list
pnpm dpc boards list
pnpm dpc orgs list
pnpm dpc skills list
pnpm dpc backup status
pnpm dpc learning status
pnpm dpc goals list

Developer checks:

pnpm install
pnpm exec tsc --noEmit
pnpm build

Desktop checks:

pnpm desktop:build

The maintainer release suite is run from the private development workspace before public exports. The public repository intentionally excludes generated runtime state and private release artifacts.

Visual Workflow Automation

  • Drag-and-drop canvas covering triggers (message, webhook, cron, manual, GitHub), agents, HTTP, RSS, files, documents, memory, logic, boards, and channels.
  • 57 templates plus a recipe pack for common jobs: issue triage, PR review, uptime watch, news digests, scheduled reports, docs crawling, and more.
  • Test as you build: node testing, run-to-node, replay, execution traces, versions, and retry from the failed node.
  • Guardrails for unattended runs: per-workflow concurrency (skip duplicates or queue them durably), daily run/cost budgets with optional auto-disable, and escalation policies with quiet hours.
  • Notify only on change: a node can emit [SILENT] and downstream sends stay quiet until something actually needs attention.
  • Webhook workflows can answer the HTTP caller directly with a response node, and workflow JSON from other visual automation tools imports with unsupported nodes kept as visible placeholders.

Connect Anything: MCP, Extensions, And Tools

  • Connect any MCP server from a dedicated page: catalog, per-tool enablement, approval policy, connection diagnostics, and named-agent access.
  • Install extension packs for channels, providers, and integrations, enabled per agent.
  • Define custom tools and expose any workflow as an agent tool.

FAQ

Do I need an API key or a cloud account? No for core use. Run fully local with Ollama, LM Studio, llama.cpp, vLLM, or SGLang; see Run Fully Local. Cloud providers, web search, channels, and image generation only need the credentials you choose to configure.

How is this different from a chatbot or a terminal assistant? Those are one capability. disp8ch is the workspace around them: workflows, schedules, multi-agent operations, a decision council, memory, research, and design, all driven from plain-English chat.

Data Sources, Notebooks, or /learn? Data Sources for searchable files and cited answers. Notebooks to group related sources with a narrow boundary. /learn when the material should become a reusable skill; candidates stay pending until you approve them.

Can I run more than one organization? Yes. One deployment hosts multiple organizations with their own agents, goals, budgets, and governance.

Can I bring work from the app I already use? Yes. Import compatible skills, workflow JSON, and org templates. See Migration and Imports.

Does it work unattended? Yes. Cron, signed webhooks, heartbeats, and standing goals keep work moving; risky actions stay confirmation-gated.

Is my data private? Local-first. Your database, memories, documents, and chat history stay on your machine; only the model, tool, and channel calls you configure leave it.

Can I reach it from my phone? Yes. Run it on a machine or server and talk to it from WebChat, Telegram, Discord, Slack, WhatsApp, and more.

🇨🇳 中文文档镜像 AI 翻译 2026-06-27
英文原文章节由系统翻译为中文摘要,便于快速理解。完整原文见上方 "📑 README 深度解析"。
📌 简介

disp8ch 是一个主打 Local-first(本地优先)理念的 AI 工作空间。它旨在为开发者和 AI 用户提供一个既能享受云端大模型能力,又能实现完全本地化运行的集成环境,确保数据隐私与灵活性的平衡。

⚡ 功能介绍

disp8ch 提供强大的 AI 工作流自动化能力,支持通过可视化画布构建复杂的逻辑。它不仅具备对话能力,还集成了本地工具、记忆系统、Agent 代理、任务看板(Boards)以及 Council 决策机制,能够处理从文档研究到自动化任务的全流程。

🛠 安装步骤(Docker/pip/源码)

项目提供了一键式安装方案,非常适合非技术用户。安装程序会自动处理 Node.js 22 运行时的下载、使用 Corepack 或 npx pnpm 管理依赖,并自动创建干净的本地工作空间,最后直接启动 disp8ch 并引导用户进入 onboarding 流程。

🚀 使用教程

用户可以通过 WebChat 界面进行交互。disp8ch 支持多种模型接入模式:你可以通过 Online API key 连接 DeepSeek、OpenAI、Anthropic 或 Google 等云端服务;也可以通过 Local AI 模式,利用 Ollama、LM Studio 或 vLLM 等工具实现完全本地的推理与交互。

⚙️ 配置说明(含 MCP / env)

配置过程非常灵活。对于 Ollama 用户,只需在 onboarding 界面选择 'Check this PC' 并运行推荐的命令即可;对于使用 LM Studio、llama.cpp 或 vLLM 的用户,可选择 'OpenAI-compatible' 预设,并配置相应的 Base URL。如果本地服务器不需要 API key,直接留空即可。

🔌 API 说明

disp8ch 支持完全本地化运行(No API Key)。通过将应用指向本地模型服务器,你可以无需云端账号即可使用聊天、本地工具、记忆、工作流、Agent、看板及本地文档研究等核心功能。此外,它���提供了丰富的 CLI 命令(如 pnpm dpc)用于管理模型、工作流、看板及系统健康检查。

🔄 工作流/模块

disp8ch 拥有强大的可视化工作流引擎,支持通过拖拽节点来处理 Webhooks、GitHub 事件、Cron 定时任务及 HTTP 请求等触发器。同时,它深度集成了 MCP (Model Context Protocol),允许用户在 Capabilities 页面连接各种 MCP Servers,实现工具与资源的无缝扩展。

❓ FAQ 摘要

常见问题解答:disp8ch 是否必须使用 API key?不是,核心功能可以通过 Ollama 或 LM Studio 等本地运行时实现完全脱网运行。对于需要使用 Claude 等云端模型的情况,也支持通过 OAuth 进行身份验证。用户可以根据隐私需求和硬件性能在本地与云端模式间自由切换。

🎯 aiskill88 AI 点评 A 级 2026-06-24

disp8ch是一个开源的MCP工具,具有较高的潜力

📚 实用指南(长尾问题)
适合谁
  • 构建多智能体协作系统的 Agent 开发者
最佳实践
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
部署方案
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
disp8ch 中文教程disp8ch 安装报错怎么办disp8ch Agent 工作流disp8ch 与同类工具对比disp8ch 最佳实践disp8ch 适合谁用

⚡ 核心功能

👥 适合谁
  • 构建多智能体协作系统的 Agent 开发者
⭐ 最佳实践
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)

👥 适合人群

Claude Desktop / Claude Code 用户AI 工具开发者需要扩展 AI 能力的专业人士自动化工程师

🎯 使用场景

  • 在 Claude Desktop 对话中直接调用本地工具,实现 AI 与系统的深度联动
  • 通过自然语言驱动复杂的多步骤自动化任务,代替繁琐手动操作
  • 将多个 MCP 工具组合使用,构建个人专属 AI 工作站

⚖️ 优点与不足

✅ 优点
  • +MIT 协议,可免费商用
  • +标准化 MCP 协议,生态互联性强
  • +与 Claude 官方生态无缝对接
  • +即插即用,配置简单快捷
⚠️ 不足
  • 依赖 Claude 客户端,非 Claude 用户无法使用
  • MCP 协议仍在持续演进,接口可能变更
  • 需要一定的配置步骤
⚠️ 使用须知

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。

🔗 相关工具推荐

📚 相关教程推荐
📰 相关 AI 新闻
🍿 AI 圈相关吃瓜
🗺️ 相关解决方案
🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合

❓ 常见问题 FAQ

disp8ch 是一款TypeScript开发的AI辅助工具。开源MCP工具:Self-hosted AI workspace where chat becomes visual workflows, multi-agent operat。⭐8 · TypeScript 主要应用场景包括:实现多智能体操作。
💡 AI Skill Hub 点评

经综合评估,disp8ch 在MCP工具赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。

⬇️ 获取与下载
⬇ 下载源码 ZIP

✅ MIT 协议 · 可免费商用 · 直接从 aiskill88 服务器下载,无需跳转 GitHub

📚 深入学习 disp8ch
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 disp8ch
原始描述 开源MCP工具:Self-hosted AI workspace where chat becomes visual workflows, multi-agent operat。⭐8 · TypeScript
Topics agentic-aichatgptcodex
GitHub https://github.com/aaronnat23/disp8ch
License MIT
语言 TypeScript
🔗 原始来源
🐙 GitHub 仓库  https://github.com/aaronnat23/disp8ch

收录时间:2026-06-24 · 更新时间:2026-06-27 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。

📺 订阅 AI Skill Hub Daily Telegram 频道
每天 8 条精选 AI Skill、MCP、Agent 与自动化工具推送
加入频道 →