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; this plugin connects a DSH agent to that cloud context.
What you get
CoAligne MCP tools (via the official
@deepseek-ai/dsh-mcp-client, streamable-http):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
coaligne-workflowskill, installed into your agents home (skills/under$DSH_AGENTS_HOME, default.agentsin your home directory): teaches the agent when and how to use those tools — collaboration queries, long-content search strategy, comment replies, sharing flows, and a single-project AI usage report.

Related MCP server: forge-mcp
Prerequisites
A CoAligne account — sign up at https://www.coaligne.com.
A CoAligne access token (
ca_...) from your account settings at https://app.coaligne.com.To sync your own projects into the cloud: CoAligne Desktop, signed in, with your project imported.
Install
Install the package and list it in your DSH profile bundles (or use dsh-market):
npm install dsh-plugin-coaligneThe bundle patch (cordis.patch.yml) composes three rows into your profile:
Row | Package | Purpose |
|
| Installs the bundled |
|
| Package-owned invariant companion |
|
| Streamable-HTTP MCP connection to |
Then set your token in the coaligne-mcp row:
headers:
Authorization: 'Bearer ca_your_token_here'Configuration
The coaligne row accepts:
Option | Default | Description |
|
| Install/refresh the bundled skill at activation |
|
| Override the agents home; empty resolves |
How it works
The MCP connection is declarative: a config row for the host's own MCP client, no extra runtime code, tools appear as
mcp__coAligne__<tool>.The skill install is an idempotent copy at plugin activation; disable it with
installSkill: falseif you manage skills yourself.Your token only ever goes to
app.coaligne.comas a Bearer header on MCP requests.
Development
pnpm install
pnpm typecheck
pnpm test
pnpm buildLicense
BSD-3-Clause. Scaffolded from 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