refreshing-mcp-tool

rbowes-r7/refreshing-mcp-tool
★ 7 stars C 📦 Other Updated 1y ago
An implementation of F5's `mcp` protocol, including MitM tooling to sniff traffic while vuln hunting
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "refreshing-mcp-tool": {
      "command": "npx",
      "args": [
        "-y",
        "rbowes-r7/refreshing-mcp-tool"
      ]
    }
  }
}