Conectar DeepSeek Harness ao Busabase
DeepSeek's open-source agent harness — a plugin-based framework (Cordis) with its own shell, file editing, and sandboxes, currently in developer preview.
Cole isto no DeepSeek Harness
Leia https://busabase.com/SETUP_SKILL.md e configure o Busabase para mim. Siga até o fim e depois confirme que a conexão funciona.

Dê ao seu agente esta única instrução
Você acaba com mais do que um conector: a skill busabase carrega todo o fluxo de change request, o CLI e a API completa — disponível em toda sessão futura sem colar nada de novo.
Pergunta primeiro
Busabase Cloud ou Desktop pessoal — a decisão é sua, antes de qualquer coisa acontecer.
Conecta
Faz seu login e guarda a credencial sozinho. Nenhuma chave de API para copiar na mão.
Semeia uma Base
Cria e preenche sua primeira Base, para o espaço de trabalho não ficar com uma tela vazia.
Instala as skills
busabase e busabase-app-creator ficam permanentes, para toda sessão depois desta.
Para este agente
The product ships as a local web UI (`npx @deepseek-ai/dsh web`, default http://127.0.0.1:3080) rather than a terminal chat — the agent loop runs with shell and file-editing tools in the background, so the setup prompt still works, but you'll watch its progress in a browser tab rather than a terminal.
Prefere um conector?
Se você preferir conectar o Busabase como ferramentas MCP em vez de deixar o agente instalar uma skill, use a URL do servidor abaixo.
Resumo rápido
- Fornecedor
- DeepSeek
- Como ele se conecta
- Plugin / Skill · MCP + chave de API
- Transporte
- HTTP em streaming
- Autenticação
- Desconhecido
- Arquivo de configuração
- cordis.yml (mcp-client plugin entries)
DeepSeek Harness ships its own shell and file-editing tools (dsh minimal/standard modes), so the Skill path applies — paste the prompt above and let it read the setup document.
Prefer a connector?
MCP support is an official first-party plugin, mcp-client (packages/mcp/mcp-client in the deepseek-harness repo) — not enabled by default. Add an entry under mcp-client in your cordis.yml:
mcp-client:
- transport: streamable-http
serverName: busabase
url: https://busabase.com/api/mcp
headers: {}
toolCallTimeoutMs: 30000
failOnStartupError: false
Put your Busabase API key in headers (e.g. Authorization: Bearer <key>) — the official config catalog documents no OAuth flow for this plugin, only a generic headers passthrough.
DeepSeek Harness config catalog
Pegadinhas conhecidas
This is a developer preview per the product's own framing, and a very recently public, actively-changing project — the config surface may shift. The mcp-client plugin documents only a generic `headers` field for authentication, with no named OAuth or API-key scheme, so there is no documented path for Busabase's dynamic-registration OAuth here — a static Authorization header is the only route the vendor's own docs confirm. Do not confuse this official repo (github.com/deepseek-ai/deepseek-harness) with the many third-party "dsh-*" plugins on GitHub (dsh-mcp-panel, dsh-mcp-manager, deepseek-harness-plugin-mcp, etc.) that surfaced in search results — those are community projects and were not used as a source for this record.
Como ele se compara
Capacidades de conexão lado a lado com outros agentes já neste diretório.
| Capacidade | DHDeepSeek Harness | ||
|---|---|---|---|
| Tipo | Plataformas de agentes | Agentes de terminal | Editores de IA |
| Caminho recomendado | Agent Skill | Agent Skill | Agent Skill |
| Como ele se conecta | Plugin / Skill · MCP + chave de API | MCP + OAuth · Plugin / Skill | MCP + OAuth · Plugin / Skill |
| Transporte | HTTP em streaming | HTTP em streaming | HTTP em streaming |
| Autenticação | Desconhecido | OAuth (registro dinâmico) | OAuth (registro dinâmico) |
Escrito a partir da documentação oficial deste agente. Não executamos de novo cada passo em uma máquina real, então confira a documentação vinculada se algum comando tiver mudado.
Deixe seu agente cuidar da configuração
Uma instrução, acesso revisado, e toda mudança feita depois chega como uma proposta que você aprova.
Ver todos os agentesCole isto no DeepSeek Harness
Leia https://busabase.com/SETUP_SKILL.md e configure o Busabase para mim. Siga até o fim e depois confirme que a conexão funciona.