disp8ch 是 AI Skill Hub 本期精选MCP工具之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
disp8ch 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
disp8ch 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 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
# 安装后在 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 生效
<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="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> </p>
<p align="center"> <b><span style="color:#f4f4f5;">One local command center where chat turns into workflows, agents, memory, decisions, boards, and shipped work.</span></b> </p>
<p align="center"> <span style="color:#f4f4f5;">Build automations, run multi-agent organizations, remember what matters, and steer the whole workspace from plain-English WebChat.</span> </p>
<p align="center"> <a href="#quick-start">Quick Start</a> · <a href="#run-fully-local-no-api-key">Local Model</a> · <a href="#screenshots">Screenshots</a> · <a href="#how-the-tabs-work-together">Tabs</a> · <a href="#what-you-can-use-it-for">Use Cases</a> · <a href="#migration-and-imports">Migration</a> · <a href="CHANGELOG.md">Release Notes</a> · <a href="#security-and-control">Security</a> </p>
---
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.
The easiest path is /onboarding. disp8ch supports four setup paths:
| Path | Use when | Credential 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:
llama-server command, then select Use this setup.For Claude account OAuth:
.claude, OAuth token files, or auth JSON into the repo.env:ANTHROPIC_TOKEN, env:ANTHROPIC_OAUTH_TOKEN, env:CLAUDE_CODE_OAUTH_TOKEN, or secret:CLAUDE_CODE_OAUTH_TOKEN.For Codex account sign-in:
.env.local.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.
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?
<p align="center"> <img src="docs/readme-assets/agentic-workspace-loop.svg" alt="disp8ch agentic workspace loop" width="100%" /> </p>
One operating loop — Data Sources, WebChat, Council, Hierarchy, Workflows, Boards, Memory, Skills, Design Studio, Usage, and local model routing share the same workspace instead of acting like separate apps.
<p align="center"> <img src="docs/readme-assets/research-to-action.svg" alt="disp8ch research to action flow" width="49%" /> <img src="docs/readme-assets/automation-engine.svg" alt="disp8ch visual automation engine" width="49%" /> </p>
Research becomes work — source material can become cited answers, tasks, council sessions, workflows, and design artifacts. Automation stays visible — triggers, typed nodes, queues, traces, replay, and webhook responses are first-class runtime pieces.
<p align="center"> <img src="docs/readme-assets/dashboard.png" alt="disp8ch dashboard" width="100%" /> </p>
Dashboard — live system health, active workflows, agents, board tasks, execution lanes, and quick actions in one operator view.
<p align="center"> <img src="docs/readme-assets/webchat.png" alt="disp8ch webchat" width="49%" /> <img src="docs/readme-assets/workflows.png" alt="disp8ch workflow canvas with connected template nodes" width="49%" /> </p>
WebChat is the plain-English control surface for asking questions, inspecting app state, creating tasks, and running agentic tool work. Workflows is the visual automation canvas shown with real connected nodes: trigger → org context → agent brief → council/board follow-up → WebChat output.
<p align="center"> <img src="docs/readme-assets/hierarchy.png" alt="disp8ch full agent organization hierarchy" width="100%" /> </p>
Hierarchy shows the whole agent organization together: roles, goals, reporting lines, heartbeats, governance context, budget status, workload, and agent ownership. Other major surfaces include Boards for task flow, Council for structured debate, Data Sources for searchable context, Skills/Extensions/MCP for tool growth, Automations for cron and webhooks, and Design Studio for generated artifacts.
<p align="center"> <img src="docs/readme-assets/agent-ops-control.svg" alt="disp8ch agent operations control plane" width="100%" /> </p>
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>
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
| Runtime | Base URL |
|---|---|
| LM Studio (Local Server) | http://127.0.0.1:1234/v1 |
llama.cpp (--server) | http://127.0.0.1:8080/v1 |
| vLLM | http://127.0.0.1:8000/v1 |
| SGLang | http://127.0.0.1:30000/v1 |
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.
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>
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:test
pnpm exec tsc --noEmit
pnpm build
Desktop checks:
pnpm desktop:build
pnpm desktop:smoke
pnpm desktop:installer-smoke
[SILENT] and the downstream send/notification node suppresses delivery — so scheduled checks stay quiet until something actually needs attention.Do I need an API key or a cloud account? No for core local use. disp8ch can run with Ollama, LM Studio, llama.cpp, vLLM, or SGLang — see Run Fully Local. Cloud providers and OpenRouter are optional. Claude account OAuth is supported for Anthropic model access when you already use Claude Code. Codex sign-in is supported for optional coding-agent delegation, not as the default WebChat provider. Live web search, channels, cloud image generation, and third-party APIs need the credentials you choose to configure.
How is this different from a single-agent terminal assistant or a chatbot? Those are one capability. disp8ch is the whole workspace around them: visual workflows, scheduled automations, multi-agent operations, an org/company control plane, a decision council, memory and skills, research, and design — all driven from plain-English WebChat and a browser UI.
Do I still need a separate document chat tab? No. Data Sources manages uploads, crawls, notebooks, notes, outputs, and citations. WebChat is the single ask/synthesis surface, so document questions can become tasks, workflows, council sessions, designs, or organization goals without copying context between tabs.
Can I run more than one organization/company? Yes. One deployment can host 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 company/org templates when you want them in the same workspace. See Migration and Imports.
Does it work unattended? Yes — cron schedules, signed webhooks, agent heartbeats/wakeups, and standing goals with a background daemon keep work moving without you in the loop. Risky and external actions stay confirmation-gated.
Is my data private? It is local-first. Your database, memories, documents, and chat history stay on your machine; only the model/tool/channel calls you explicitly configure leave it.
Can I reach it from my phone or messaging apps? Yes — run it on your machine or a server and talk to it from WebChat or connected channels (Telegram, Discord, Slack, WhatsApp, and more) while it works.
disp8ch 是一个主打 Local-first(本地优先)理念的 AI 工作空间。它旨在为开发者和 AI 用户提供一个既能享受云端大模型能力,又能实现完全本地化运行的集成环境,确保数据隐私与灵活性的平衡。
disp8ch 提供强大的 AI 工作流自动化能力,支持通过可视化画布构建复杂的逻辑。它不仅具备对话能力,还集成了本地工具、记忆系统、Agent 代理、任务看板(Boards)以及 Council 决策机制,能够处理从文档研究到自动化任务的全流程。
项目提供了一键式安装方案,非常适合非技术用户。安装程序会自动处理 Node.js 22 运行时的下载、使用 Corepack 或 npx pnpm 管理依赖,并自动创建干净的本地工作空间,最后直接启动 disp8ch 并引导用户进入 onboarding 流程。
用户可以通过 WebChat 界面进行交互。disp8ch 支持多种模型接入模式:你可以通过 Online API key 连接 DeepSeek、OpenAI、Anthropic 或 Google 等云端服务;也可以通过 Local AI 模式,利用 Ollama、LM Studio 或 vLLM 等工具实现完全本地的推理与交互。
配置过程非常灵活。对于 Ollama 用户,只需在 onboarding 界面选择 'Check this PC' 并运行推荐的命令即可;对于使用 LM Studio、llama.cpp 或 vLLM 的用户,可选择 'OpenAI-compatible' 预设,并配置相应的 Base URL。如果本地服务器不需要 API key,直接留空即可。
disp8ch 支持完全本地化运行(No API Key)。通过将应用指向本地模型服务器,你可以无需云端账号即可使用聊天、本地工具、记忆、工作流、Agent、看板及本地文档研究等核心功能。此外,它���提供了丰富的 CLI 命令(如 pnpm dpc)用于管理模型、工作流、看板及系统健康检查。
disp8ch 拥有强大的可视化工作流引擎,支持通过拖拽节点来处理 Webhooks、GitHub 事件、Cron 定时任务及 HTTP 请求等触发器。同时,它深度集成了 MCP (Model Context Protocol),允许用户在 Capabilities 页面连接各种 MCP Servers,实现工具与资源的无缝扩展。
常见问题解答:disp8ch 是否必须使用 API key?不是,核心功能可以通过 Ollama 或 LM Studio 等本地运行时实现完全脱网运行。对于需要使用 Claude 等云端模型的情况,也支持通过 OAuth 进行身份验证。用户可以根据隐私需求和硬件性能在本地与云端模式间自由切换。
disp8ch是一个开源的MCP工具,具有较高的潜力
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,disp8ch 在MCP工具赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | 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 |
收录时间:2026-06-24 · 更新时间:2026-06-27 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端