Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SD_SERVERNoURL of the stable-diffusion.cpp sd-server for image generation. Example: http://127.0.0.1:9020. If unset, expects a local engine.
ASR_SERVERNoURL of an OpenAI-shaped ASR server. Defaults to AUDIO_SERVER.
ASR_API_KEYNoAPI key for the ASR server, if required.
AUDIO_SERVERNoURL of the audio.cpp audiocpp_server for TTS/ASR/music. Example: http://127.0.0.1:9021
ASR_SEND_RATENoSend audio to the ASR backend at this sample rate. Set to 16000 for backends that reject 22.05/24 kH z (e.g. vLLM).
IMAGE_API_KEYNoAPI key for the image API, if required.
IMAGE_API_SIZESNoComma-separated list of sises supported by the image API provider, if using IMAGE_API_SERVER.
IMAGE_API_SERVERNoURL of an OpenAI-shaped image API. Overrides SD_SERVER when set.
CONTINUITY_HTTP_HOSTNoHost to bind when using streamable-http transport.127.0.0.1
CONTINUITY_HTTP_PATHNoPath to serve when using streamable-http transport./mcp
CONTINUITY_HTTP_PORTNoPort to bind when using streamable-http transport.9030
CONTINUITY_STATE_DIRNoDirectory where generated assets and state are stored. Example: ~/.continuity
CONTINUITY_TRANSPORTNoTransport protocol: stdio, sse, or streamable-http. Can also be set via --transport flag.stdio
CONTINUITY_INLINE_IMAGESNoSet to 0 to disable inline image content in tool results. Default is 1.

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

Maintenance

ActivityMaintained
ResponsivenessNo issues