Conectar DeepSeek Harness a Busabase
DeepSeek's open-source agent harness — a plugin-based framework (Cordis) with its own shell, file editing, and sandboxes, currently in developer preview.
Pega esto en DeepSeek Harness
Lee https://busabase.com/SETUP_SKILL.md y configura Busabase por mí. Síguelo hasta el final, y luego confirma que la conexión funciona.

Dale a tu agente esta única instrucción
Terminas con más que un conector: la habilidad busabase lleva todo el flujo de solicitudes de cambio, la CLI y la API completa, disponibles en cualquier sesión futura sin volver a pegar nada.
Pregunta primero
Busabase Cloud o Escritorio personal — tú decides, antes de que pase nada.
Se conecta
Inicia sesión y guarda la credencial él mismo. Ninguna API key que copiar a mano.
Genera una Base
Crea y rellena tu primera Base, así el espacio de trabajo no es una pantalla vacía.
Instala las habilidades
busabase y busabase-app-creator quedan instaladas de forma permanente, para todas las sesiones a partir de esta.
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.
¿Prefieres un conector?
Si prefieres conectar Busabase como herramientas MCP en lugar de dejar que el agente instale una habilidad, usa la URL del servidor de abajo.
De un vistazo
- Proveedor
- DeepSeek
- Cómo se conecta
- Complemento / Habilidad · MCP + API key
- Transporte
- HTTP en streaming
- Autenticación
- Desconocido
- Archivo de configuración
- 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
Problemas conocidos
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.
Cómo se compara
Capacidades de conexión, lado a lado con otros agentes ya presentes en este directorio.
| Capacidad | DHDeepSeek Harness | ||
|---|---|---|---|
| Tipo | Plataformas de agentes | Agentes de terminal | Editores con IA |
| Camino recomendado | Habilidad del agente | Habilidad del agente | Habilidad del agente |
| Cómo se conecta | Complemento / Habilidad · MCP + API key | MCP + OAuth · Complemento / Habilidad | MCP + OAuth · Complemento / Habilidad |
| Transporte | HTTP en streaming | HTTP en streaming | HTTP en streaming |
| Autenticación | Desconocido | OAuth (registro dinámico) | OAuth (registro dinámico) |
Escritos a partir de la propia documentación de este agente. No hemos vuelto a ejecutar cada paso en una máquina real, así que revisa la documentación enlazada si algún comando ha cambiado.
Deja que tu agente haga la configuración
Una sola instrucción, acceso revisado, y cada cambio que haga después llega como una propuesta que tú apruebas.
Ver todos los agentesPega esto en DeepSeek Harness
Lee https://busabase.com/SETUP_SKILL.md y configura Busabase por mí. Síguelo hasta el final, y luego confirma que la conexión funciona.