dsh-plugin-coaligne
dsh-plugin-coaligne
将你团队的共享 https://www.coaligne.com 项目上下文带入 DeepSeek Harness。
CoAligne 是一个协作平台,团队成员及其 Agent 在此共享项目上下文。CoAligne Desktop 将本地项目文件和 Agent 对话同步到云端项目;本插件将 DSH agent 连接到该云端上下文。
你将获得
CoAligne MCP 工具(通过官方
@deepseek-ai/dsh-mcp-client,streamable-http):list_projects、me、get_project_activity— 项目发现与近期活动search— 对同步文件和 Agent 会话日志执行沙箱只读 shell 命令(grep、cat、find、…)download_file、list_file_comments、reply_file_comment— 文件下载与评论线程create_file_link、resolve_file_link、resolve_session_link— 私有的app.coaligne.com/f/{code}和app.coaligne.com/s/{code}定位链接list_project_reviewers、create_review_request— 将文件或 Agent 会话发送给队友
coaligne-workflow技能,安装到你的 agents 主目录($DSH_AGENTS_HOME下的skills/,默认为你主目录中的.agents):教会 agent 何时以及如何使用这些工具 — 协作查询、长内容搜索策略、评论回复、共享流程,以及单项目 AI 使用报告。

Related MCP server: forge-mcp
前提条件
一个 CoAligne 账户 — 在 https://www.coaligne.com 注册。
从 https://app.coaligne.com 的账户设置中获取 CoAligne 访问令牌(
ca_...)。要将你自己的项目同步到云端:CoAligne Desktop 已登录并导入了你的项目。
安装
安装该包并将其列入你的 DSH profile bundles(或使用 dsh-market):
npm install dsh-plugin-coaligne捆绑补丁(cordis.patch.yml)将三行组合到你的 profile 中:
行 | 包 | 用途 |
|
| 安装捆绑的 |
|
| 包自带的 invariant 伴随组件 |
|
| 到 |
然后在 coaligne-mcp 行中设置你的令牌:
headers:
Authorization: 'Bearer ca_your_token_here'配置
coaligne 行支持以下选项:
选项 | 默认值 | 描述 |
|
| 在激活时安装/刷新捆绑的技能 |
|
| 覆盖 agents 主目录;为空则解析 |
工作原理
MCP 连接是声明式的:为主机自身的 MCP 客户端添加一行配置,无需额外的运行时代码,工具以
mcp__coAligne__<tool>形式出现。技能安装是在插件激活时的幂等复制;如果你自己管理技能,请使用
installSkill: false禁用它。你的令牌只会作为 MCP 请求上的 Bearer 头发送到
app.coaligne.com。
开发
pnpm install
pnpm typecheck
pnpm test
pnpm build许可证
BSD-3-Clause。从 https://github.com/omdsh-dev/plugin-template 脚手架生成。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables AI coding agents to retrieve and manage code context with hybrid search, project memory, and observability via MCP tools.29MIT
- Alicense-qualityBmaintenanceProvides MCP tools for AI-powered code review, research, and book writing via a fleet of coding agents.Apache 2.0
- AlicenseAqualityAmaintenanceProvides MCP tools to search, browse, and retrieve unified read-only history from CLI agents like Codex, Claude Code, and OpenCode, with connector discovery and project-folder grouping.61MIT
- Flicense-qualityCmaintenanceEnables AI agents to manage local project files and Git operations through MCP tools, including file CRUD, search, Git status, recent commits, and project summaries.
Related MCP Connectors
Turn a GitHub repo or docs site into agent-ready context: pack it or search it, over MCP.
One shared context your team's AI tools read & write over MCP. No re-explaining. Free.
Give AI agents secure access to ZERNO project briefs, tasks, and context over remote MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dataelement/dsh-plugin-coaligne'
If you have feedback or need assistance with the MCP directory API, please join our Discord server