6jeffr3y/dsh-burpsuite-mcp ↗★ 0
dsh-plugin-burpsuite-mcp
DeepSeek Harness bundle for the BurpSuite MCP Bridge
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:6jeffr3y/dsh-burpsuite-mcp说明文档
阅读完整 README ↗配置
| 配置项 | 默认值 | 说明 |
|---|---|---|
bridgeUrl | http://127.0.0.1:9639 | Burp bridge HTTP 地址 |
toolCallTimeoutMs | 120000 | 单次 MCP 工具调用超时 |
reconnectMaxAttempts | 10 | stdio server 中断后的最大重连次数 |
也可以在启动 DSH 前覆盖运行环境:
export DSH_BURP_MCP_PYTHON=python3
export DSH_BURP_MCP_SERVER=/absolute/path/to/server.py
export DSH_BURP_MCP_CWD=/absolute/working/directory
export BURP_MCP_BRIDGE_URL=http://127.0.0.1:9639
export BURP_MCP_PLUGIN_ROOT="$HOME/.dsh/burp-mcp"
WSL mirrored、Windows 本机和 macOS 本机通常可以使用 127.0.0.1。WSL NAT 需要把 bridgeUrl 指向 Windows 可达地址,并使用受控防火墙限制访问来源。