Skip to main content
SecurityTypeScript

vespo92/OPNSenseMCP

MCP Server for managing & interacting with Open Source NGFW OPNSense via Natural Language

securitylocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/vespo92/OPNSenseMCP

Claude Desktop configuration example:

{
  "mcpServers": {
    "opnsensemcp": {
      "command": "npx",
      "args": [
        "-y",
        "vespo92/OPNSenseMCP"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Security
Language
TypeScript
Author
vespo92