Universal Host Manager MCP
by Abktya
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Listen address | 127.0.0.1 |
| PORT | No | Listen port | 8765 |
| LOG_LEVEL | No | Python log level | INFO |
| AUTH0_DOMAIN | No | Your Auth0 tenant domain, e.g. your-tenant.eu.auth0.com | |
| MCP_BASE_URL | No | Public OAuth base URL, without /mcp | local URL |
| AUTH0_AUDIENCE | No | Auth0 API identifier/audience, e.g. https://mcp.example.com/ | |
| MAX_READ_BYTES | No | Maximum file size read by read_file | 5000000 |
| AUTH0_CLIENT_ID | No | Auth0 client ID | |
| MAX_CMD_TIMEOUT | No | Maximum accepted command timeout | 1800 |
| MAX_WRITE_BYTES | No | Maximum content size written by write_file | 5000000 |
| MAX_OUTPUT_CHARS | No | Maximum returned tool-output characters | 64000 |
| MCP_WORKSPACE_DIR | No | Boundary for file tools and command working directory | user home |
| AUTH0_CLIENT_SECRET | No | Auth0 client secret | |
| DEFAULT_CMD_TIMEOUT | No | Default command timeout in seconds | 300 |
| ALLOW_INSECURE_NO_AUTH | No | Explicit local-development authentication bypass. Set to true to disable authentication (do not use on publicly reachable endpoints). | false |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues