Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for the MCP server | 3000 |
| LOG_LEVEL | No | Logging level for the server | info |
| API_TIMEOUT | No | API timeout in milliseconds | 30000 |
| MAX_RETRIES | No | Maximum number of API retries | 3 |
| CORS_ORIGINS | No | Comma-separated list of allowed CORS origins | https://claude.ai,https://localhost:3000 |
| CACHE_MAX_SIZE | No | Maximum cache size for performance tuning | 1000 |
| RATE_LIMIT_MAX | No | Maximum number of requests for rate limiting | 100 |
| SONICWALL_HOST | Yes | The IP address or hostname of your SonicWall device | |
| MCP_BEARER_TOKEN | No | Optional bearer token for additional MCP security | |
| CACHE_TTL_SECONDS | No | Cache time-to-live in seconds | 300 |
| SONICWALL_VERSION | Yes | SonicOS version (7 for SonicOS 7.x or 8 for SonicOS 8.x) | |
| SONICWALL_PASSWORD | Yes | Password for SonicWall admin access | |
| SONICWALL_USERNAME | Yes | Username for SonicWall admin access |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |