Skip to main content
Glama

NetBox Read/Write MCP Server

netbox-mcp.toml.example2.27 kB
# NetBox MCP Server Configuration (TOML) # Copy this file to netbox-mcp.toml and configure your settings # NetBox connection settings (REQUIRED) url = "https://your-netbox-instance.com" token = "your-api-token-here" # Connection settings timeout = 30 verify_ssl = true # Server settings log_level = "INFO" health_check_port = 8080 # Performance settings default_page_size = 50 max_results = 1000 # Feature flags enable_health_server = true enable_degraded_mode = true enable_read_operations = true # Safety configuration (CRITICAL for write operations) [safety] # Global safety controls dry_run_mode = false # Set to true to prevent actual writes require_confirmation = true # Require confirm=True for write operations enable_write_operations = true # Master switch for all write operations # Operation limits write_timeout = 60 # Timeout for write operations (seconds) max_batch_size = 100 # Maximum objects per batch operation # Audit and logging audit_all_operations = true # Log all operations (read/write) audit_write_details = true # Detailed logging for write operations # Rollback and recovery enable_transaction_mode = true # Enable transaction-like operations auto_rollback_on_error = true # Auto-rollback on partial failures # Cache configuration (optional) [cache] enabled = true backend = "memory" # 'memory' or 'disk' size_limit_mb = 200 max_items = 2000 enable_stats = true # TTL settings for different data types (seconds) [cache.ttl] devices = 300 # Device data sites = 3600 # Site information manufacturers = 7200 # Manufacturer data device_types = 7200 # Device types device_roles = 7200 # Device roles ip_addresses = 600 # IP address data prefixes = 1800 # Network prefixes vlans = 1800 # VLAN information status = 60 # Status information default = 300 # Default TTL # Custom headers (optional) [custom_headers] # Integration settings (for future use) [integration]

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/Deployment-Team/netbox-mcp'

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