判断自己是不是目标用户。
MCP 工具接入 · 开源项目
tandem
MCP 工具接入项目,用于把外部工具、服务或数据源安全接入 AI 宿主。
判断自己是不是目标用户。
能做什么MCP 接入说明、宿主配置检查、工具权限边界、失败恢复和验收清单查看可带走的能力路径。
继续前先在非主力宿主配置中验证 MCP server 命令、权限范围和回滚方式。未完成验证前保持审慎。
GitHub 快照星标未抓取分叉未抓取 · 未知 贡献者
Doramagic.ai 最后验证日期:2026-06-02 验证方法:来源证据、语义档案、公开页面门禁和静态构建验收。
快速判断 · 2026-06-02
tandem 项目 是什么?
- tandem 帮助把外部工具、服务或数据源接入支持 MCP 的 AI 宿主。
- 最适合:需要让 Claude、Cursor、Codex 或其他支持 MCP 的 AI 宿主安全调用外部工具的开发者。
- 不适合:不适合不愿修改宿主配置、无法授予工具权限、或不能隔离网络/文件/凭据访问的用户。
- 它给 AI 增加的能力:MCP 接入说明、宿主配置检查、工具权限边界、失败恢复和验收清单
- 第一步安全验证:先在非主力宿主配置中验证 MCP server 命令、权限范围和回滚方式。
- 当前验证状态:源码、Quick Start 和沙箱安装检查均记录为已通过。
- 最大风险:可能阻塞安装或首次运行。
- 证据基础:https://github.com/frumu-ai/tandem、https://registry.modelcontextprotocol.io/v0.1/servers/ac.tandem%2Fdocs-mcp/versions/0.3.2、https://github.com/frumu-ai/tandem#readme、项目说明书
01
一眼判断
先判断自己是否是目标用户,再决定是否继续。不适合不愿修改宿主配置、无法授予工具权限、或不能隔离网络/文件/凭据访问的用户。
未完成验证前保持审慎。
02
它能做什么
把项目翻译成用户能判断的具体能力,而不是 Doramagic 的使用流程。宿主配置
先在非主力配置中检查 MCP server 命令和宿主配置路径。
host-config权限边界
授予权限前明确文件、网络、工具调用和凭据访问范围。
permissions验收检查
定义一个可回滚的最小工具调用,再进入日常工作流。
acceptance来源:https://github.com/frumu-ai/tandem、https://registry.modelcontextprotocol.io/v0.1/servers/ac.tandem%2Fdocs-mcp/versions/0.3.2、https://github.com/frumu-ai/tandem#readme、项目说明书。这里只回答“它能帮我做什么”。
03
项目温度与外部声音
站点快照,非实时质量证明;用于开工前背景判断。社区讨论
已收录 12 条来源下面是已采集到的项目级社区讨论来源,来源平台:github。这些外部声音用于帮助判断真实使用反馈,不单独作为质量证明。
-
01
Workflow automation-v2-e42950f5-9d9e-483c-a8da-3d568f98dd46 failed at an
github / github_issue
-
02
Workflow automation-v2-9ee33834-bf6d-4f86-acb3-3cd41d9cef19 failed at se
github / github_issue
-
03
Workflow automation-v2-a776164f-06ef-440d-af54-748186205aef failed at an
github / github_issue
-
04
Workflow automation-v2-65662b51-ab4e-4348-8349-ea10e7b634c6 failed at sy
github / github_issue
-
05
[ACA Slice Parent] Phase 2 - Isolate runtime execution, secrets, artifac
github / github_issue
-
06
Workflow automation-v2-1f391975-681a-4041-94b5-8845dfe3307b failed at ex
github / github_issue
-
07
Workflow automation-v2-9ee33834-bf6d-4f86-acb3-3cd41d9cef19 failed at au
github / github_issue
-
08
Workflow automation-v2-0af90431-6b5e-40fd-8b9d-7b982770a851 failed at au
github / github_issue
-
09
Workflow automation-v2-bba896a6-0036-4d7a-981f-be803affaa78 failed at as
github / github_issue
-
10
Workflow automation-v2-7a7374b2-16bc-416d-bc38-81edb5be7050 failed at as
github / github_issue
-
11
Workflow automation-v2-ac727d53-7f94-4c8d-935e-5d615fe5db38 failed at au
github / github_issue
-
12
Workflow automation-v2-b2d6ef35-c222-4027-9251-40adca379cf3 failed at co
github / github_issue
04
怎么开始使用
先试、再读项目说明书、再带给 AI,最后按官方quick start验证。先试 Prompt
不安装项目,先体验能力节奏。
预览读项目说明书
理解输入、输出、失败模式和边界。
说明书带给 AI
把上下文交给你的宿主 AI 继续工作。
上下文沙箱验证
进入主力环境前先完成安装入口与风险边界验证。
验证npm i -g @frumu/tandem来源:https://registry.modelcontextprotocol.io/v0.1/servers/ac.tandem%2Fdocs-mcp/versions/0.3.2。验证:已通过。
05
项目说明书
每个项目结构不同,Doramagic 保留原项目解释结构,并补充边界与踩坑日志。- https://github.com/frumu-ai/tandem 项目说明书
- 目录
- Tandem 概述
- 相关页面
- 核心设计理念
- 架构概览
- 组件职责
06
带给 AI 的上下文包
决定继续后,把项目上下文带给你的宿主 AI。07
继续前检查
在复制命令、导入 AI、安装插件前,看清还不能相信什么。不要把试用当真实运行
试用 Prompt 只展示流程,不证明项目已安装或运行。
确认宿主兼容
支持 MCP 的 AI 宿主
先隔离验证
继续完成沙箱验证和证据复核
- 先在非主力宿主配置中验证 MCP server 命令、权限范围和回滚方式。
08
踩坑日志与复核重点
Doramagic 记录的高风险项优先显示,避免用户把候选能力当成已验证能力。来源证据:Workflow automation-v2-e42950f5-9d9e-483c-a8da-3d568f98dd46 failed at research_sources: automation run blocked by upstr…
GitHub 社区证据显示该项目存在一个安装相关的待验证问题:Workflow automation-v2-e42950f5-9d9e-483c-a8da-3d568f98dd46 failed at research_sources: automation run blocked by upstream node outcome
可能阻塞安装或首次运行。
来源证据:Workflow automation-v2-1f391975-681a-4041-94b5-8845dfe3307b failed at execute_goal: automation run blocked by upstream…
GitHub 社区证据显示该项目存在一个配置相关的待验证问题:Workflow automation-v2-1f391975-681a-4041-94b5-8845dfe3307b failed at execute_goal: automation run blocked by upstream node outcome
可能阻塞安装或首次运行。
来源证据:Workflow automation-v2-65662b51-ab4e-4348-8349-ea10e7b634c6 failed at synthesize_report: automation run failed from nod…
GitHub 社区证据显示该项目存在一个配置相关的待验证问题:Workflow automation-v2-65662b51-ab4e-4348-8349-ea10e7b634c6 failed at synthesize_report: automation run failed from node outcomes: synthesize_report
可能增加新用户试用和生产接入成本。
来源证据:Workflow automation-v2-7a7374b2-16bc-416d-bc38-81edb5be7050 failed at assess: automation run failed from node outcomes:…
GitHub 社区证据显示该项目存在一个配置相关的待验证问题:Workflow automation-v2-7a7374b2-16bc-416d-bc38-81edb5be7050 failed at assess: automation run failed from node outcomes: assess
可能增加新用户试用和生产接入成本。
来源证据:Workflow automation-v2-9ee33834-bf6d-4f86-acb3-3cd41d9cef19 failed at assess_reddit_activity: automation run blocked by…
GitHub 社区证据显示该项目存在一个配置相关的待验证问题:Workflow automation-v2-9ee33834-bf6d-4f86-acb3-3cd41d9cef19 failed at assess_reddit_activity: automation run blocked by upstream node outcome
可能阻塞安装或首次运行。
来源证据:Workflow automation-v2-9ee33834-bf6d-4f86-acb3-3cd41d9cef19 failed at search_agents_keep: automation node `search_agent…
GitHub 社区证据显示该项目存在一个配置相关的待验证问题:Workflow automation-v2-9ee33834-bf6d-4f86-acb3-3cd41d9cef19 failed at search_agents_keep: automation node `search_agents_keep` timed out after 180000 ms
可能增加新用户试用和生产接入成本。
来源证据:Workflow automation-v2-9ee33834-bf6d-4f86-acb3-3cd41d9cef19 failed at search_multi_agent: automation node `search_multi…
GitHub 社区证据显示该项目存在一个配置相关的待验证问题:Workflow automation-v2-9ee33834-bf6d-4f86-acb3-3cd41d9cef19 failed at search_multi_agent: automation node `search_multi_agent` timed out after 180000 ms
可能增加新用户试用和生产接入成本。
来源证据:Workflow automation-v2-a776164f-06ef-440d-af54-748186205aef failed at analyze_findings: provider stream chunk error: er…
GitHub 社区证据显示该项目存在一个配置相关的待验证问题:Workflow automation-v2-a776164f-06ef-440d-af54-748186205aef failed at analyze_findings: provider stream chunk error: error decoding response body
可能增加新用户试用和生产接入成本。
来源证据:Workflow automation-v2-a776164f-06ef-440d-af54-748186205aef failed at research_sources: automation run blocked by upstr…
GitHub 社区证据显示该项目存在一个配置相关的待验证问题:Workflow automation-v2-a776164f-06ef-440d-af54-748186205aef failed at research_sources: automation run blocked by upstream node outcome
可能阻塞安装或首次运行。
来源证据:Workflow automation-v2-b2d6ef35-c222-4027-9251-40adca379cf3 failed at collect_recent_files: required output `.tandem/ru…
GitHub 社区证据显示该项目存在一个配置相关的待验证问题:Workflow automation-v2-b2d6ef35-c222-4027-9251-40adca379cf3 failed at collect_recent_files: required output `.tandem/runs/automation-v2-run-593051dc-78bf-4927-…
可能增加新用户试用和生产接入成本。
来源证据:Workflow automation-v2-bba896a6-0036-4d7a-981f-be803affaa78 failed at assess_tmp_git_repositories: automation run block…
GitHub 社区证据显示该项目存在一个配置相关的待验证问题:Workflow automation-v2-bba896a6-0036-4d7a-981f-be803affaa78 failed at assess_tmp_git_repositories: automation run blocked by upstream node outcome
可能阻塞安装或首次运行。
来源证据:Workflow automation-v2-e42950f5-9d9e-483c-a8da-3d568f98dd46 failed at analyze_findings: required output `.tandem/runs/a…
GitHub 社区证据显示该项目存在一个配置相关的待验证问题:Workflow automation-v2-e42950f5-9d9e-483c-a8da-3d568f98dd46 failed at analyze_findings: required output `.tandem/runs/automation-v2-run-6f7ba9ed-df91-4261-9271…
可能阻塞安装或首次运行。
下一步:先在非主力宿主配置中验证 MCP server 命令、权限范围和回滚方式。。