dsh-mcp
v0.2.0通过 DSH MCP 使用本机 DSH,附带跨项目任务操作 skill。. Includes 1 skill and 1 MCP server.
By qjcnmdLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 12, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install dsh-mcp for Codex
codex plugin marketplace add qjcnmd/dsh-mcp
codex plugin marketplace upgrade dsh-mcp
codex plugin add dsh-mcp@dsh-mcpPaste and run these commands in a terminal with Codex. They add and refresh the dsh-mcp catalog, then install this plugin.
Compatibility: the page URL and API slug “dsh-mcp” remain stable.
- Codex:
dsh-mcp@agent-plugin-marketplace→dsh-mcp@dsh-mcp
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/qjcnmd/dsh-mcpClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/dsh-mcp/.
Plugin files
├── .codex-plugin/plugin.json├── skills/dsh-mcp/SKILL.md└── .mcp.json
Included Skills1
指导代理通过 DSH MCP 使用 DSH。适用于跨项目、跨任务操作 DSH 会话、执行工作及获取结果。
MCP servers1
- command
- npx
- args
- --yes --package git+https://github.com/qjcnmd/dsh-mcp.git#v0.2.0 dsh-mcp
Plugin manifests1
{
"name": "dsh-mcp",
"version": "0.2.0",
"description": "通过 DSH MCP 使用本机 DSH,附带跨项目任务操作 skill。",
"author": {
"name": "qjcnmd"
},
"repository": "https://github.com/qjcnmd/dsh-mcp",
"license": "MIT",
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "DSH MCP",
"shortDescription": "通过 MCP 使用 DSH 会话与任务",
"longDescription": "连接本机 DSH,创建或继续不同项目的会话、选择模型、发送任务、等待结果及取消执行。配套 skill 指导任务交接与结果处理。",
"developerName": "qjcnmd",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"使用 DSH 完成当前项目中的任务。"
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[dsh-mcp on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dsh-mcp)