opnsense-mcp

pacyworld/opnsense-mcp
★ 0 stars PHP 🔒 Security Updated today
Multi-instance OPNsense MCP server for AI-assisted firewall management (mirror)
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": {
    "opnsense-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pacyworld/opnsense-mcp"
      ]
    }
  }
}