D
dsh-mcp-server-image
v0.1.2 · 3 天前发布
Generic OpenAI-compatible image-generation MCP server (stdio) for DeepSeek Harness and any MCP client
README
dsh-mcp-server-image
通用 OpenAI 兼容文生图 MCP 服务器(stdio)。把任意 POST {baseURL}/images/generations
端点(OpenAI Images API 形态:gpt-image-、dall-e-,或任何兼容中转站/网关)
包装成一个 MCP 工具 generate_image,供 DeepSeek Harness
(或任何 MCP 客户端)调用。
零依赖:纯 Node(fetch)+ JSON-RPC 2.0 over stdio。
安装与使用(DeepSeek Harness)
DSH 通过官方 @deepseek-ai/dsh-mcp-client 桥接本服务器:
bash
dsh plugin --profile web add @deepseek-ai/dsh-mcp-client
在你的 profile cordis.patch.yml 追加一个实例(密钥走环境变量,不落盘配置):
```yaml
- id: mcp-image
name: '@deepseek-ai/dsh-mcp-client'
config:
serverName: image
transport: stdio
command: npx
args:
- '-y'
- 'dsh-mcp-server-image'
- '--base-url'
- 'https:/
版本兼容矩阵
| DSH 版本 | 状态 | 说明 |
|---|---|---|
dsh@0.1.0-rc.6 | ❓ 未知 | metadata 缺失 |
dsh@0.1.0 | ❓ 未知 | — |
dsh@0.2.0 | ⚠️ 待验证 | 待实测(API 可能在变) |
dsh@0.3.0+ | ❓ 未知 | 尚未发布 |
💡 兼容矩阵每周末自动跑实测,欢迎 PR 修正
元数据
- License
- MIT
- npm
- dsh-mcp-server-image
- Repo
- git+https://github.com/wyyxhn1314/dsh-mcp-server-image.git
- Engines
{"node":">=22.10"}- Weekly DL
- 0
- Monthly DL
- 0
- dsh.bundle
{}