AI Skill Hub 推荐使用:MindOS 是一款优质的MCP工具。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的MCP工具解决方案,这是一个值得深入了解的选择。
MindOS 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
MindOS 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/GeminiLight/MindOS
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"mindos": {
"command": "npx",
"args": ["-y", "mindos"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 MindOS 执行以下任务... Claude: [自动调用 MindOS MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"mindos": {
"command": "npx",
"args": ["-y", "mindos"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
<p align="center"> <img src="assets/logo-square.svg" alt="MindOS" width="100" /> </p>
<p align="center"> <strong>Human Thinks Here, Agents Act There.</strong> </p>
<p align="center"> <a href="README.md">English</a> | <a href="README_zh.md">中文</a> </p>
<p align="center"> <a href="https://tianfuwang.tech/MindOS"><img src="https://img.shields.io/badge/Website-MindOS-0ea5e9.svg?style=for-the-badge" alt="Website"></a> <a href="https://www.npmjs.com/package/@geminilight/mindos"><img src="https://img.shields.io/npm/v/@geminilight/mindos.svg?style=for-the-badge&color=6366f1" alt="npm version"></a> <a href="#wechat"><img src="https://img.shields.io/badge/WeChat-Group-07C160.svg?style=for-the-badge&logo=wechat&logoColor=white" alt="WeChat"></a> <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-64748b.svg?style=for-the-badge" alt="MIT License"></a> </p>
<p align="center"> <a href="https://github.com/GeminiLight/MindOS/releases?q=desktop"><img src="https://img.shields.io/badge/Desktop_App-Download-d97706.svg?style=for-the-badge" alt="Desktop App"></a> <a href="https://github.com/GeminiLight/MindOS/releases?q=clipper"><img src="https://img.shields.io/badge/Web_Clipper-Install-c8873a.svg?style=for-the-badge" alt="Web Clipper"></a> </p>
MindOS is where you think, and where your AI agents act — a local-first knowledge base shared between you and every AI you use. Share your brain with every AI — every thought grows.
---
<p align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="assets/images/demo-flow-dark.webp" type="image/webp" /> <source media="(prefers-color-scheme: dark)" srcset="assets/images/demo-flow-dark.png" /> <source media="(prefers-color-scheme: light)" srcset="assets/images/demo-flow-light.webp" type="image/webp" /> <source media="(prefers-color-scheme: light)" srcset="assets/images/demo-flow-light.png" /> <img src="assets/images/demo-flow-light.png" alt="MindOS: From Idea to Execution to Review" width="960" /> </picture> </p>
|
|
| Home — Knowledge base overview | AI Agent — Proactively understand intent and execute tasks from your knowledge |
|
|
| Agents — Manage all connected AI agents | Echo — Reflect and distill cognitive growth |
[!IMPORTANT] ⭐ One-click install: Send this to your Agent (Claude Code, Cursor, etc.) to set up everything automatically:✨ Try it now: After installation, give these a try:> Help me install MindOS from https://github.com/GeminiLight/MindOS with MCP and Skills. Use English template. >> Here's my resume, read it and organize my info into MindOS. >> Help me distill the experience from this conversation into MindOS as a reusable SOP. >> Help me execute the XXX SOP from MindOS. >
| Date | Update |
|---|---|
| 2026-04 | **Protocol runtimes internalized** — ACP and MCP source now live under packages/mindos/src/protocols/*; the published package ships self-contained dist/protocols/* bundles instead of nested protocol packages. |
| 2026-04 | **Product main package** — MindOS now follows an OpenCode-style core package: packages/mindos (@geminilight/mindos) is the product runtime facade and CLI kernel boundary; Web/CLI adapt around it. |
| 2026-04 | **OpenCode-style workspace flattening** — all source workspaces now live under packages/: packages/web, packages/desktop, packages/mobile, packages/mindos, and optional packages/retrieval/* adapters. npm tarball, CLI, MCP, Web standalone, Desktop, and Mobile checks have passed. |
| 2026-04 | **Clean publish package** — legacy top-level app/, mcp/, desktop/, and mobile/ source roots are removed; publish entries exclude tests, caches, and nested node_modules. |
| 2026-04 | **Web Clipper** — Browser extension to clip any web page to your MindOS Inbox with one click. [Get it →](packages/browser-extension/) |
| 2026-04 | **PDF & Image Import** — Drag PDFs and images into MindOS, auto-converted to searchable Markdown. |
For Humans
⌘K / ⌘/), designed for human-AI co-creation.For Agents
Infrastructure
<details> <summary><strong>Coming Soon</strong></summary>
</details>
[!IMPORTANT] Quick Start with Agent: Paste this prompt into any MCP-capable Agent (Claude Code, Cursor, etc.) to install automatically, then skip to Step 3:> Help me install MindOS from https://github.com/GeminiLight/MindOS with MCP and Skills. Use English template. >
Already have a knowledge base? Skip to Step 4 to configure MCP + Skills.
Option A: Desktop App (macOS / Windows / Linux)
Download from the official website or GitHub Releases — double-click to install, no terminal needed.
Option B: npm
npm install -g @geminilight/mindos@latest
Option C: Clone from source
git clone https://github.com/GeminiLight/MindOS
cd MindOS
pnpm install
pnpm link --global # registers the `mindos` command globally
The npm package intentionally installs both the CLI and the prebuilt local Web runtime. mindos is the command entrypoint, while _standalone/ provides the browser UI used by mindos start / mindos open; Web source (packages/web), tests, wiki, legacy source roots, and dev caches are excluded from the tarball.
mindos onboard
The setup wizard guides you through knowledge base path, template, ports, auth, AI provider, and start mode — all with sensible defaults. Config is saved to ~/.mindos/config.json. See docs/en/configuration.md for all fields.
[!TIP] Choose "Background service" during onboard for auto-start on boot. Run mindos update anytime to upgrade.
Open the Web UI in your browser:
mindos open
Full command reference: docs/en/cli-commands.md
| Command | Description |
|---|---|
| **Core** | |
mindos onboard | Interactive setup (config, template, start mode) |
mindos start | Start Web + MCP services |
mindos start --daemon | Start as background OS service |
mindos stop / restart | Stop or restart running processes |
mindos dev | Start in dev mode |
mindos build | Build for production |
mindos status | Show service status overview |
mindos open | Open Web UI in browser |
| **Knowledge** | |
mindos file <sub> | File operations (list, read, create, delete, search) |
mindos space <sub> | Space management (list, create, info) |
mindos search "<query>" | Search knowledge base |
mindos ask "<question>" | Ask AI using your knowledge base |
mindos agent <sub> | AI Agent management (list, info) |
mindos channel / mindos feishu-ws | IM channel config and Feishu long connection |
mindos api <METHOD> <path> | Raw API passthrough for developers/agents |
| **MCP & Config** | |
mindos mcp install | Auto-install MCP config into your Agent |
mindos token | Show auth token and MCP config |
mindos config <sub> | View/update config (show, set, validate) |
mindos sync | Show sync status (init, now, conflicts, on/off) |
mindos gateway <sub> | Manage background service (install, start, stop) |
mindos doctor | Health check |
mindos update | Update to latest version |
Main keyboard shortcuts: ⌘K Search · ⌘/ AI Assistant · E Edit · ⌘S Save · Esc Close.
---
高质量的MCP工具,具有较强的协作能力
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,MindOS 是一款质量良好的MCP工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | MindOS |
| 原始描述 | 开源MCP工具:MindOS is a Human-AI Collaborative Mind System, where human thinks and agents ac。⭐612 · TypeScript |
| Topics | agentcontextknowledge-basemcpmemorytypescript |
| GitHub | https://github.com/GeminiLight/MindOS |
| License | MIT |
| 语言 | TypeScript |
收录时间:2026-06-05 · 更新时间:2026-06-05 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端