fiddler-mcp-setup
Installation
SKILL.md
Fiddler MCP Setup
Configure the Fiddler Everywhere MCP server so that agent tools can call Fiddler's traffic inspection, status, and session APIs.
Operating rules
- Shell-first. MCP is not yet configured, so you cannot use MCP tools.
- Sequential execution only. Follow steps strictly in order — do not run steps or scripts in parallel. Each step may depend on values produced by the previous one.
- Execute provided scripts directly - do not modify or substitute the existing scripts.
- On Windows - Detect opened terminal. Only if it is not powershell - wrap and run the scripts with: powershell.exe -Command 'script'. Use single quotes to wrap the script!
curlonly for Steps 3 through 5. No other raw HTTP requests.- The MCP path is always
/mcp. Do not attempt to discover or vary it. - Direct path checks only when detecting agent directories (e.g.
test -d .vscode). Never use recursive globs (**) orrg/grepwithout a scoped directory argument.
Related skills