burpsuite-mcp-bridge
v2.1.0Burp Suite MCP bridge for target-centric traffic triage, marked-flow discovery, time-window search, replay, rewrite automation, selection handoff, and evidence export.
By BurpSuite MCP BridgeLicense: Proprietary Runtime Distribution1.1k GitHub starsUpdated 14 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 23, 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 burpsuite-mcp-bridge for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add burpsuite-mcp-bridge@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “burpsuite-mcp-bridge” remain stable.
- Codex:
burpsuite-mcp-bridge@agent-plugin-marketplace→burpsuite-mcp-bridge@awesome-codex-plugins
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/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/6jeffr3y/burpsuite-mcp-bridge/.
Plugin files
├── .codex-plugin/plugin.json├── skills/use-burpsuite-mcp-bridge/SKILL.md└── .mcp.json
Included Skills1
Operate BurpSuite MCP Bridge for professional, authorized web testing. Use when Codex needs to inspect Burp live/history/logger/selection traffic, prioritize one target, retrieve a decisive request/response, intercept and edit a request or response before forwarding, replay one controlled mutation, manage temporary rewrite rules, import BChecks/Bambdas, export evidence, or diagnose the Windows Burp to WSL MCP connection.
MCP servers1
- command
- python3
- args
- ./mcp-server/server.py
- env.BURP_MCP_BRIDGE_URL
- http://127.0.0.1:9639
Plugin manifests1
{
"name": "burpsuite-mcp-bridge",
"version": "2.1.0",
"description": "Burp Suite MCP bridge for target-centric traffic triage, marked-flow discovery, time-window search, replay, rewrite automation, selection handoff, and evidence export.",
"author": {
"name": "BurpSuite MCP Bridge",
"email": "[email protected]",
"url": "https://github.com/6jeffr3y/burpsuite-mcp-bridge"
},
"homepage": "https://github.com/6jeffr3y/burpsuite-mcp-bridge",
"repository": "https://github.com/6jeffr3y/burpsuite-mcp-bridge",
"license": "Proprietary Runtime Distribution",
"keywords": [
"burp",
"mcp",
"codex",
"wsl",
"windows",
"montoya",
"proxy",
"automation",
"pentest"
],
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "BurpSuite MCP Bridge",
"shortDescription": "通过本地 MCP 接口访问 Burp 流量、重放、规则、拦截和证据导出",
"longDescription": "Burp Suite 本地 MCP Bridge。支持按目标聚合 live/history/logger/selection 流量、按 flow ID 读取完整报文、请求与响应双向拦截、受控重放、Rewrite Rule、BCheck/Bambda 导入以及原始证据导出。Burp Suite 保留流量和原生工具状态的事实来源。",
"developerName": "BurpSuite MCP Bridge",
"category": "Coding",
"capabilities": [
"Read",
"Write",
"Interactive"
],
"websiteURL": "https://github.com/6jeffr3y/burpsuite-mcp-bridge",
"brandColor": "#f97316",
"composerIcon": "./assets/icon.svg",
"logo": "./assets/logo.svg",
"defaultPrompt": [
"对指定 host 生成 target overview,并优先检查带 comment 或 highlight 的 flow。",
"读取 Burp 中捕获的 selection,获取完整请求响应并导出原始证据包。",
"创建包含 max_matches 和 ttl 的临时 rewrite rule,完成验证后禁用或删除。",
"为指定 host 创建一次性 response intercept,处理一个明确字段后核对后续客户端请求。"
]
},
"scripts": "./mcp-server/",
"skills": "./skills/"
}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.
[burpsuite-mcp-bridge on Agent Plugins Marketplace](https://pluginsmp.com/plugins/burpsuite-mcp-bridge)