dsh-cursor-codex

jeremy9682/dsh-cursor-codex
★ 1 stars TypeScript AI/LLM Updated 1d ago
Connect DeepSeek Harness (dsh) to Cursor and Codex: ACP agent bundle, MCP server, skills, and config templates
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dsh-cursor-codex": {
      "command": "npx",
      "args": [
        "-y",
        "jeremy9682/dsh-cursor-codex"
      ]
    }
  }
}

README Excerpt

Connect [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) (`dsh`) to the Cursor editor and the OpenAI Codex CLI — as an ACP agent, an MCP server, or a headless worker. | Directory | What it is | |---|---| | [`acp/`](acp/) | npm bundle `@jeremy9682/dsh-acp`: `dsh plugin --profile acp add @jeremy9682/dsh-acp` → `dsh --profile acp` boots an [Agent Client Protocol](https://agentclientprotocol.com) stdio server over your existing dsh composition (shared credentials, model settings,

Topics

dsh-plugin