MCP.so
登录
O

Opnsense Mcp

@coreyhines

关于 Opnsense Mcp

The OPNsense MCP Server provides comprehensive network management capabilities through the Model Context Protocol (MCP), enabling natural language interaction with your OPNsense firewall. Manage devices, monitor traffic, configure firewall rules, and troubleshoot network issues u

基本信息

分类

其他

传输方式

stdio

发布者

coreyhines

提交者

Corey Hines

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "opnsense-mcp": {
      "name": "OPNsense MCP",
      "version": "1.0.0",
      "command": "/bin/bash",
      "args": [
        "/path/to//opnsense-mcp/mcp_start.sh"
      ],
      "cwd": "/path/to//opnsense-mcp",
      "env": {
        "PYTHONUNBUFFERED": "1",
        "PYTHONIOENCODING": "utf-8",
        "DEBUG": "1"
      },
      "transport": {
        "type": "stdio",
        "encoding": "utf-8"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Opnsense Mcp?

The OPNsense MCP Server provides comprehensive network management capabilities through the Model Context Protocol (MCP), enabling natural language interaction with your OPNsense firewall. It is designed for managing devices, monitoring traffic, configuring firewall rules, and troubleshooting network issues using AI chat interfaces.

How to use Opnsense Mcp?

Install dependencies (uv, virtual environment, requirements.txt), copy and configure the example environment file (~/.opnsense-env) with your API key, secret, firewall host, and JWT secret key, then start the server with uv run python main.py. Integrate with tools like Cursor IDE, LM Studio, or Continue by adding a JSON-RPC over stdio MCP server configuration pointing to the provided mcp_start.sh script.

Key features of Opnsense Mcp

  • Network discovery via ARP, DHCP, and LLDP tables
  • System monitoring for CPU, memory, disk, and health
  • Firewall rule creation, inspection, and deletion
  • Live packet capture and traffic analysis
  • JWT-based authentication and environment-based secrets

Use cases of Opnsense Mcp

  • Find and identify all devices on the network
  • Perform security analysis for suspicious traffic
  • Troubleshoot why a device cannot connect to a service
  • Create or block firewall rules with natural language

FAQ from Opnsense Mcp

What authentication method does the server use?

The server uses JWT-based authentication for internal operations and stores all credentials in the ~/.opnsense-env environment file. No secrets are hardcoded.

What runtime and dependencies are required?

The server requires Python, uv (fast package installer), and the packages listed in requirements.txt. It communicates via JSON-RPC over stdio, not HTTP endpoints.

How do I resolve authentication failures?

Verify your ~/.opnsense-env file contains the correct API key, API secret, firewall host, and MCP secret key. Ensure the file is properly sourced before starting the server.

Where can I find detailed API documentation?

Refer to the Function Reference for a complete list of all supported functions and parameters.

What are common troubleshooting steps for import or port conflicts?

Ensure all dependencies are installed with uv pip install -r requirements.txt. For port conflicts, change the port in your configuration or launch arguments.

评论

其他 分类下的更多 MCP 服务器