Skip to main content
Glama

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_projectsmeget_project_activity — 项目发现与近期活动

    • search — 对同步文件和 Agent 会话日志执行沙箱只读 shell 命令(grepcatfind、…)

    • download_filelist_file_commentsreply_file_comment — 文件下载与评论线程

    • create_file_linkresolve_file_linkresolve_session_link — 私有的 app.coaligne.com/f/{code}app.coaligne.com/s/{code} 定位链接

    • list_project_reviewerscreate_review_request — 将文件或 Agent 会话发送给队友

  • coaligne-workflow 技能,安装到你的 agents 主目录($DSH_AGENTS_HOME 下的 skills/,默认为你主目录中的 .agents):教会 agent 何时以及如何使用这些工具 — 协作查询、长内容搜索策略、评论回复、共享流程,以及单项目 AI 使用报告。

CoAligne Desktop:从本地 Agent 工作区同步的团队项目

Related MCP server: forge-mcp

前提条件

  1. 一个 CoAligne 账户 — 在 https://www.coaligne.com 注册。

  2. https://app.coaligne.com 的账户设置中获取 CoAligne 访问令牌(ca_...)。

  3. 要将你自己的项目同步到云端:CoAligne Desktop 已登录并导入了你的项目。

安装

安装该包并将其列入你的 DSH profile bundles(或使用 dsh-market):

npm install dsh-plugin-coaligne

捆绑补丁(cordis.patch.yml)将三行组合到你的 profile 中:

用途

coaligne

dsh-plugin-coaligne

安装捆绑的 coaligne-workflow 技能到 $DSH_AGENTS_HOME(默认:你主目录中的 .agents

coaligne-invariant

dsh-plugin-coaligne/invariant

包自带的 invariant 伴随组件

coaligne-mcp

@deepseek-ai/dsh-mcp-client

https://app.coaligne.com/mcp 的 Streamable-HTTP MCP 连接

然后在 coaligne-mcp 行中设置你的令牌:

headers:
  Authorization: 'Bearer ca_your_token_here'

配置

coaligne 行支持以下选项:

选项

默认值

描述

installSkill

true

在激活时安装/刷新捆绑的技能

agentsHome

''

覆盖 agents 主目录;为空则解析 $DSH_AGENTS_HOME,然后是主目录中的 .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 脚手架生成。

F
license - not found
-
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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