dsh-plugin-coaligne
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@dsh-plugin-coalignesearch for 'TODO' in the project files"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
dsh-plugin-coaligne
Bring your team's shared https://www.coaligne.com project context into DeepSeek Harness.
CoAligne is a collaboration platform where teammates and their Agents share project context. CoAligne Desktop syncs local project files and Agent conversations into a cloud project, and connects your local agents — including DSH — to that cloud context.
What you get
The
coaligne-workflowskill, installed into your agents home at plugin activation (skills/under$DSH_AGENTS_HOME, default.agentsin your home directory): teaches the agent when and how to use the CoAligne tools — collaboration queries, long-content search strategy, comment replies, sharing flows, and a single-project AI usage report.CoAligne MCP tools, once CoAligne Desktop is connected (see Setup below; tools appear as
mcp__coaligne__<tool>):list_projects,me,get_project_activity— project discovery and recent activitysearch— sandboxed read-only shell (grep,cat,find, …) over synced files and Agent session logsdownload_file,list_file_comments,reply_file_comment— file downloads and comment threadscreate_file_link,resolve_file_link,resolve_session_link— privateapp.coaligne.com/f/{code}andapp.coaligne.com/s/{code}locator linkslist_project_reviewers,create_review_request— send a file or Agent session to a teammate

Related MCP server: dsh-harness-mcp-server
Setup
Install this plugin (or one-click install from dsh-market):
npm install dsh-plugin-coaligneSign up at https://www.coaligne.com.
Install CoAligne Desktop (macOS and Windows) from https://www.coaligne.com, sign in, and import your local project. Desktop then does two things for you:
Sync: keeps your project files and Agent sessions flowing into the cloud project your team shares.
Connect: automatically configures the CoAligne MCP connection for DSH (a
@deepseek-ai/dsh-mcp-clientrow with serverNamecoaligneand your account credentials). No manual token handling.
That's it — restart your DSH session and the mcp__coaligne__* tools are available, with the skill guiding when to use them.
Without CoAligne Desktop this plugin is not usable: it only installs the workflow skill, and the skill's tools all come from the Desktop-provisioned MCP connection. The plugin logs an explicit warning at activation when no Desktop connection is found.
What the bundle patch adds
The bundle patch (cordis.patch.yml) composes two rows into your profile:
Row | Package | Purpose |
|
| Installs the bundled |
|
| Package-owned invariant companion |
The MCP connection is deliberately not declared here — CoAligne Desktop provisions and maintains it, so this package never sees or stores credentials.
Configuration
The coaligne-skill row accepts:
Option | Default | Description |
|
| Install/refresh the bundled skill at activation |
|
| Override the agents home; empty resolves |
How it works
The skill install is an idempotent copy at plugin activation; disable it with
installSkill: falseif you manage skills yourself.The MCP connection is owned by CoAligne Desktop: it signs in with your account, writes the connection for DSH, and keeps it valid. This plugin contains no credentials and makes no network calls.
Development
pnpm install
pnpm typecheck
pnpm test
pnpm buildLicense
BSD-3-Clause. Scaffolded from https://github.com/omdsh-dev/plugin-template.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Your org's AI agents, tasks, runs, search, and brain files as MCP tools and resources.
Share one project context across ChatGPT, Claude, Telegram and any MCP client.
Search GitHub, npm, PyPI, StackOverflow, ArXiv from one MCP — built for coding agents.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to manage local project files and Git operations through MCP tools, including file CRUD, search, Git status, recent commits, and project summaries.-
- AlicenseNot gradedqualityAmaintenanceExposes DeepSeek Harness agent capabilities as an MCP server, letting any MCP client drive Harness to execute real coding tasks with structured results, context isolation, and parallel execution.17411MIT
- AlicenseNot gradedqualityAmaintenanceEnables dispatching work to DeepSeek Harness agents from Claude Code/Codex, with native progress UI, tier policy, and vision/image generation through MCP tools.655132MIT
- AlicenseNot gradedqualityBmaintenanceMCP server bridging ChatGPT to DeepSeek Harness, exposing 13 tools for task submission, status tracking, result retrieval, project/session management, and human-in-the-loop approvals.2MIT
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