Skip to main content
Glama

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 사용 보고서.

CoAligne Desktop: 로컬 에이전트 작업 공간에서 동기화된 팀 프로젝트

Related MCP server: forge-mcp

사전 요구 사항

  1. CoAligne 계정 — https://www.coaligne.com에서 가입하세요.

  2. 계정 설정(https://app.coaligne.com)에서 CoAligne 액세스 토큰(ca_...).

  3. 자신의 프로젝트를 클라우드에 동기화하려면: CoAligne Desktop에 로그인하고 프로젝트를 가져오세요.

설치

패키지를 설치하고 DSH 프로필 번들에 나열하세요(또는 dsh-market 사용):

npm install dsh-plugin-coaligne

번들 패치(cordis.patch.yml)는 프로필에 세 개의 행을 구성합니다:

패키지

목적

coaligne

dsh-plugin-coaligne

번들로 제공된 coaligne-workflow 스킬을 $DSH_AGENTS_HOME(기본값: 홈 디렉터리의 .agents)에 설치합니다.

coaligne-invariant

dsh-plugin-coaligne/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

''

에이전트 홈 재정의; 비어 있으면 $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