6jeffr3y/dsh-burpsuite-mcp0

dsh-plugin-burpsuite-mcp

DeepSeek Harness bundle for the BurpSuite MCP Bridge

包名
dsh-plugin-burpsuite-mcp
版本
0.3.1
许可证
NOASSERTION
最近更新
2026年8月30日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:6jeffr3y/dsh-burpsuite-mcp

配置

配置项默认值说明
bridgeUrlhttp://127.0.0.1:9639Burp bridge HTTP 地址
toolCallTimeoutMs120000单次 MCP 工具调用超时
reconnectMaxAttempts10stdio 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 可达地址,并使用受控防火墙限制访问来源。