Skip to main content
Glama

Unimus MCP Server

unimus-mcp.yaml.example1.8 kB
# Unimus MCP Server Configuration (YAML) # Configuration hierarchy (highest priority first): # 1. Environment variables (UNIMUS_*) # 2. This configuration file # 3. Default values # Required Unimus connection settings url: "https://unimus.example.com" token: "your-api-token-here" # Optional connection settings timeout: 30 verify_ssl: true # Server settings log_level: "INFO" health_check_port: 8080 # Performance settings default_page_size: 100 max_search_results: 1000 # Feature flags enable_health_server: true enable_degraded_mode: true # Advanced settings (optional) custom_headers: User-Agent: "Unimus-MCP-Server/0.5.0" X-Custom-Header: "custom-value" # Cache configuration (NEW in v0.6.0) cache: enabled: true backend: memory # 'memory' or 'disk' size_limit_mb: 100 # Cache size limit in megabytes max_items: 1000 # Maximum cached items (memory backend) path: "/tmp/unimus_mcp_cache" # Path for disk cache warm_on_startup: false # Warm cache on startup compression: false # Compress cached data enable_stats: true # Track cache statistics # TTL (Time-To-Live) configuration in seconds ttl: health: 60 # System health (dynamic) devices: 300 # Device lists (semi-static) device_metadata: 300 # Individual device data enhanced_metadata: 600 # Enhanced metadata (expensive) backups: 86400 # Backup content (immutable) backup_search: 1800 # Backup content search (expensive) schedules: 86400 # Schedules (rarely change) topology: 3600 # Network topology analysis relationships: 3600 # Device relationships default: 300 # Default TTL for unlisted operations

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/unimus-mcp'

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