dsh-plugin-coaligne
dsh-plugin-coaligne
チームの共有 https://www.coaligne.com プロジェクトコンテキストを DeepSeek Harness に取り込みます。
CoAligne は、チームメイトとそのエージェントがプロジェクトコンテキストを共有するコラボレーションプラットフォームです。CoAligne Desktop はローカルのプロジェクトファイルとエージェントの会話をクラウドプロジェクトに同期します。このプラグインは DSH エージェントをそのクラウドコンテキストに接続します。
得られるもの
CoAligne MCP ツール(公式
@deepseek-ai/dsh-mcp-client、streamable-http 経由):list_projects、me、get_project_activity— プロジェクトの発見と最近のアクティビティsearch— 同期されたファイルとエージェントセッションログに対するサンドボックス化された読み取り専用シェル(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— ファイルまたはエージェントセッションをチームメイトに送信
coaligne-workflowスキル。エージェントのホームディレクトリ($DSH_AGENTS_HOME下のskills/、デフォルトはホームディレクトリの.agents)にインストールされます。エージェントにそれらのツールをいつどのように使用するか(コラボレーションクエリ、長文コンテンツの検索戦略、コメント返信、共有フロー、単一プロジェクトの AI 使用レポート)を教えます。

Related MCP server: forge-mcp
前提条件
CoAligne アカウント — https://www.coaligne.com でサインアップ。
https://app.coaligne.com のアカウント設定から取得した CoAligne アクセストークン(
ca_...)。自身のプロジェクトをクラウドに同期するには:CoAligne Desktop にサインインし、プロジェクトをインポートしていること。
インストール
パッケージをインストールし、DSH プロファイルバンドルにリストアップします(または dsh-market を使用):
npm install dsh-plugin-coaligneバンドルパッチ(cordis.patch.yml)は、プロファイルに次の 3 行を追加します:
行 | パッケージ | 目的 |
|
| バンドルされた |
|
| パッケージ所有の不変コンパニオン |
|
| Streamable-HTTP MCP 接続を |
次に、coaligne-mcp 行にトークンを設定します:
headers:
Authorization: 'Bearer ca_your_token_here'設定
coaligne 行は次のオプションを受け入れます:
オプション | デフォルト | 説明 |
|
| アクティベーション時にバンドルされたスキルをインストール/更新 |
|
| エージェントホームを上書き。空の場合は |
動作の仕組み
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