Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | No | Static key used when AUTH_STRATEGY is set to 'api_key'. | |
| BEARER_TOKEN | No | Static token used when AUTH_STRATEGY is set to 'bearer'. | |
| AUTH_STRATEGY | No | Authentication strategy to use. Options: 'oauth', 'bearer', 'api_key', 'custom', 'none'. | |
| CUSTOM_HEADERS | No | Custom headers configuration used when AUTH_STRATEGY is set to 'custom'. | |
| PROVIDER_API_URL | No | Optional provider API base URL. | |
| RS_TOKENS_ENC_KEY | Yes | Encryption key for tokens, generated via 'openssl rand -base64 32 | tr -d '=' | tr '+/' '-_'' | |
| PROVIDER_CLIENT_ID | No | OAuth client ID for the provider. | |
| PROVIDER_ACCOUNTS_URL | No | The provider's accounts/auth base URL (e.g., https://accounts.spotify.com). | |
| PROVIDER_CLIENT_SECRET | No | OAuth client secret for the provider. |
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 | |