Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FLEET_LOG_LEVELNoLog level; logs always go to stderr so stdout stays clean for the MCP stdio transport.INFO
FLEET_TRACE_PATHNoWhere trace events are written..fleet_mcp/traces/trace.jsonl
FLEET_ALLOW_WRITESNoSet to 1 to allow fleet_write. Off by default.0
FLEET_BACKOFF_MAX_SNoCap on per-device retry backoff.30.0
FLEET_TRACE_ENABLEDNoStructured JSONL tracing of pool/scheduler events.1
FLEET_MAX_CONNECTIONSNoHard cap on simultaneous BLE connections. Match this to what you measured for your adapter — see docs/hardware-validation.md.4
FLEET_DEVICE_TIMEOUT_SNoPer-device timeout (connect + operation) before it's treated as a failure.10.0
FLEET_BACKOFF_INITIAL_SNoInitial per-device retry backoff.0.5
FLEET_BACKOFF_MULTIPLIERNoExponential backoff multiplier.2.0
FLEET_OPERATION_TIMEOUT_SNoDefault overall timeout for a fleet_read/fleet_write batch, after which unresolved devices report timeout and the rest of the batch is returned.60.0
FLEET_CIRCUIT_BREAKER_THRESHOLDNoConsecutive failures before a device is marked unhealthy and stops being retried.3
FLEET_CIRCUIT_BREAKER_COOLDOWN_SNoHow long an unhealthy device is skipped before a single probe attempt is allowed through.60.0
FLEET_REQUIRE_CONFIRMATION_SAFETY_CRITICALNoWhether safety_critical-tiered devices require explicit confirm_addresses on writes.1

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/JephinJose/ble-fleet-mcp'

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