Pathfinder-AI-MCP-Servers

SamTruss/Pathfinder-AI-MCP-Servers
★ 0 stars Python 🤖 AI/LLM Updated 3d ago
Public MCP servers for the Pathfinder AI agentic VAPT framework — modular tool integrations for IIoT/OT/SCADA security assessment
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pathfinder-ai-mcp-se": {
      "command": "uvx",
      "args": [
        "pathfinder-ai-mcp-servers"
      ]
    }
  }
}

Or install with pip: pip install pathfinder-ai-mcp-servers