Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoHost to bind.0.0.0.0
PORTNoPort to bind.8000
LOG_LEVELNoLogging level.INFO
ALLOWED_HOSTSNoComma-separated. Must include the public hostname or requests are rejected with 421. Each entry also matches that host on any port.
STATELESS_HTTPNoWhether to run stateless HTTP. See 'Scaling'.false
ALLOWED_ORIGINSNoComma-separated.
HTTP_MAX_ATTEMPTSNoTotal attempts per request; 1 disables retrying. Timeouts are never retried.2
RENILE_ISSUER_URLYesRequired. The ReNile authorization server. No trailing slash.
RENILE_API_BASE_URLNoBase URL for ReNile API.https://renile-iot.com
RENILE_DEVICES_PATHNoPath for devices endpoint./api/v1/devices/names/
STALE_AFTER_SECONDSNoAge past which a reading is flagged is_stale.3600
HTTP_MAX_CONNECTIONSNoShared upstream pool size.100
HTTP_TIMEOUT_SECONDSNoTimeout in seconds for upstream HTTP requests.15.0
RENILE_SNAPSHOT_PATHNoPath for snapshot endpoint./api/v1/snapshot/
ERROR_BODY_PREVIEW_CHARSNoHow much of an upstream error body to quote back.200
RENILE_RESOURCE_SERVER_URLYesRequired. The exact public URL clients use, including /mcp.
RENILE_UPSTREAM_AUTH_SCHEMENoScheme used when forwarding the token upstream. The platform uses JWT, not Bearer.JWT

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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/mohamedelsayadrenile/IOT-MCP'

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