MCP-ASD

hoodoer/MCP-ASD
★ 22 stars Java 💻 Code/Dev Tools Updated 19d ago
MCP Attack Surface Detector - Burp plugin to make manual testing of MCP servers easier in Burp Suite
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": {
    "mcp-asd": {
      "command": "npx",
      "args": [
        "-y",
        "hoodoer/MCP-ASD"
      ]
    }
  }
}