dsh-codex-bridge
dsh-codex-bridge
DSH-Plugin / MCP-Server – Ermöglicht MCP-Clients wie Codex, Claude Code, Cursor, DSH als externen, wiederaufnehmbaren Sub-Agenten zu nutzen.
flowchart LR
C[Codex / Claude Code / Cursor / any MCP client] -->|MCP SSE| B[DSH Bridge :3101]
B -->|spawn detached| S[Supervisor]
S -->|dsh --profile headless| W[DSH Worker]
S -->|持久化| F[(~/.dsh/tasks/)]Funktionen
5 MCP-Tools:
dsh_task_start,dsh_task_poll,dsh_task_cancel,dsh_task_list,dsh_get_statusAsynchrones Aufgabenmodell: Start kehrt sofort zurück, Abruf von Ereignissen über Cursor
Wiederaufnehmbar: Neustart der Bridge stellt laufende Aufgaben wieder her, verwirft abgestorbene
Visuelles Dashboard:
http://127.0.0.1:3101/agents– Milchglas-UIREST-API: Vollständige Aufgabenverwaltungs-API
SSE-Stream: Echtzeit-Aufgabenereignisse
Sicherheit: Bearer-Token, nur 127.0.0.1, CWD-Einschränkung
Related MCP server: iStdBMAD
Schnellstart
# 1. Install as DSH plugin
dsh plugin --profile web add dsh-codex-bridge
# 2. Set token (optional, has dev default)
export DSH_CODEX_BRIDGE_TOKEN="your-32-char-token"
# 3. Start DSH
dsh web
# 4. Open dashboard
open http://127.0.0.1:3101/agentsMCP-Tools
Tool | Beschreibung |
| Startet eine asynchrone Aufgabe, gibt taskId + dashboardUrl zurück |
| Liest Ereignisse inkrementell per Cursor (≤64 KiB) |
| Bricht eine laufende Aufgabe ab |
| Listet alle Aufgaben mit Status |
| Bridge-Integrität und Statistiken |
Zustandsautomat
queued → running → succeeded
→ failed
→ timed_out
→ cancelled
→ orphanedCodex-Konfiguration
[mcp_servers.dsh_agent]
url = "http://127.0.0.1:3101/sse"
bearer_token_env_var = "DSH_CODEX_BRIDGE_TOKEN"
startup_timeout_sec = 10
tool_timeout_sec = 45
enabled_tools = [
"dsh_task_start",
"dsh_task_poll",
"dsh_task_cancel",
"dsh_task_list",
"dsh_get_status"
]API-Endpunkte
Methode | Pfad | Beschreibung |
GET |
| Aufgaben auflisten |
GET |
| Aufgabendetail |
POST |
| Aufgabe erstellen |
POST |
| Aufgabe abbrechen |
POST |
| Aufgabe wiederholen |
GET |
| Ereignisse abrufen (Cursor) |
GET |
| Artefakt herunterladen |
GET |
| SSE-Ereignisstrom |
Dashboard
Das Dashboard unter http://127.0.0.1:3101/agents bietet:
Linkes Panel: Aufgabenliste mit Statusfilter
Mitte: Echtzeit-Ereignisstrom (stdout/stderr/Status)
Rechtes Panel: Aufgabendetails (PID, Zeitmessung, Artefakte)
Dunkel/Hell-Modus: Folgt Systemeinstellung
Architektur
dsh-codex-bridge/
├── lib/
│ ├── index.js DSH plugin entry + MCP server + REST API
│ ├── dashboard.html Visual dashboard (single-file HTML/CSS/JS)
│ └── supervisor.mjs Detached supervisor process
├── package.json
├── cordis.patch.yml
└── LICENSELizenz
MIT
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
- AlicenseAqualityBmaintenanceA portable MCP server that provides a shared persistent working state for AI coding agents, managing tasks, plans, notepads, memory, and project rules across different tools like Claude Code, OpenCode, and Cursor.623MIT
- Alicense-qualityDmaintenanceA local MCP server that provides all 42 BMAD AI development skills to multiple AI tools (Claude Code, Cursor, etc.) with project context injection and a live web dashboard.23MIT
- Alicense-qualityDmaintenanceMCP server that enables AI coding agents to communicate, share state, and coordinate work in real time via MCP tools or REST API.1305MIT
- Alicense-qualityCmaintenanceAn MCP server that gives AI coding assistants persistent memory across sessions with chain-based project tracking, tickets, and structured handoffs.GPL 3.0
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
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/Lavender3533/dsh-codex-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server