Skip to main content
Glama
__init__.py828 B
""" OPNsense MCP Server - Domain Modules This package contains domain-specific tool implementations organized by feature area. Each module provides MCP tools for a specific aspect of OPNsense management. """ # Domain modules are imported here to register their MCP tools from . import configuration from . import system from . import firewall from . import nat from . import network from . import dns_dhcp from . import certificates from . import users from . import logging from . import traffic_shaping from . import vpn from . import utilities # Additional domain modules will be imported as they are created # etc. __all__ = [ "configuration", "system", "firewall", "nat", "network", "dns_dhcp", "certificates", "users", "logging", "traffic_shaping", "vpn", "utilities" ]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/floriangrousset/opnsense-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server