rs0n-bug-bounty-mcp-server

R-s0n/rs0n-bug-bounty-mcp-server
★ 7 stars JavaScript 🧠 Memory/Knowledge Updated 17d ago
An MCP (Model Context Protocol) server that gives Claude Code access to a comprehensive bug bounty hunting knowledge base.
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": {
    "rs0n-bug-bounty-mcp-": {
      "command": "npx",
      "args": [
        "-y",
        "R-s0n/rs0n-bug-bounty-mcp-server"
      ]
    }
  }
}