Skip to main content
Glama

Unimus MCP Server

example.env807 B
# Unimus MCP Server Configuration # Copy this file to .env and update with your values # Unimus Instance URL # Full URL including protocol (http/https) # Example: https://unimus.company.com or http://192.168.1.100:8085 UNIMUS_URL=https://unimus.company.com # Unimus API Token # Create this token in Unimus: User Management > API Tokens # Ensure the token has read permissions for devices and backups UNIMUS_TOKEN= # Optional: SSL Certificate Verification (default: true) # Set to false only for development with self-signed certificates # UNIMUS_VERIFY_SSL=true # Optional: Request Timeout in seconds (default: 30) # Increase for slow networks or large backup retrievals # UNIMUS_TIMEOUT=30 # Optional: Log Level (default: INFO) # Options: DEBUG, INFO, WARNING, ERROR, CRITICAL # UNIMUS_LOG_LEVEL=INFO

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