Continuity
by linxuhao
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SD_SERVER | No | URL of the stable-diffusion.cpp sd-server for image generation. Example: http://127.0.0.1:9020. If unset, expects a local engine. | |
| ASR_SERVER | No | URL of an OpenAI-shaped ASR server. Defaults to AUDIO_SERVER. | |
| ASR_API_KEY | No | API key for the ASR server, if required. | |
| AUDIO_SERVER | No | URL of the audio.cpp audiocpp_server for TTS/ASR/music. Example: http://127.0.0.1:9021 | |
| ASR_SEND_RATE | No | Send 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_KEY | No | API key for the image API, if required. | |
| IMAGE_API_SIZES | No | Comma-separated list of sises supported by the image API provider, if using IMAGE_API_SERVER. | |
| IMAGE_API_SERVER | No | URL of an OpenAI-shaped image API. Overrides SD_SERVER when set. | |
| CONTINUITY_HTTP_HOST | No | Host to bind when using streamable-http transport. | 127.0.0.1 |
| CONTINUITY_HTTP_PATH | No | Path to serve when using streamable-http transport. | /mcp |
| CONTINUITY_HTTP_PORT | No | Port to bind when using streamable-http transport. | 9030 |
| CONTINUITY_STATE_DIR | No | Directory where generated assets and state are stored. Example: ~/.continuity | |
| CONTINUITY_TRANSPORT | No | Transport protocol: stdio, sse, or streamable-http. Can also be set via --transport flag. | stdio |
| CONTINUITY_INLINE_IMAGES | No | Set 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
| 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