We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vespo92/OPNSenseMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•974 B
# OPNsense API Configuration
OPNSENSE_HOST=https://your-opnsense-host:port
OPNSENSE_API_KEY=your-api-key-here
OPNSENSE_API_SECRET=your-api-secret-here
OPNSENSE_VERIFY_SSL=false
# Transport Configuration (Optional)
# MCP_TRANSPORT=stdio # Default: stdio for CLI/desktop use
# MCP_TRANSPORT=sse # SSE + Streamable HTTP for remote/web use
# MCP_SSE_PORT=3000 # Port for SSE/HTTP transport
# MCP_SSE_HOST=0.0.0.0 # Host for SSE/HTTP transport
# MCP_CORS_ORIGIN=* # CORS origin for HTTP transport
# Endpoints available in SSE mode:
# /mcp - Streamable HTTP (recommended for mcp-remote, MCPJungle, etc.)
# /sse - Legacy SSE transport
# /health - Health check
# SSH Configuration (Optional - for advanced features)
OPNSENSE_SSH_HOST=your-opnsense-host
OPNSENSE_SSH_PORT=22
OPNSENSE_SSH_USERNAME=root
# Use either password or SSH key
# OPNSENSE_SSH_PASSWORD=your-password-here
# OPNSENSE_SSH_KEY_PATH=~/.ssh/id_rsa