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.

コメント

「その他」の他のコンテンツ