Skip to main content
Glama
iceener

MCP Streamable HTTP Server Template

by iceener

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_KEYNoStatic key used when AUTH_STRATEGY is set to 'api_key'.
BEARER_TOKENNoStatic token used when AUTH_STRATEGY is set to 'bearer'.
AUTH_STRATEGYNoAuthentication strategy to use. Options: 'oauth', 'bearer', 'api_key', 'custom', 'none'.
CUSTOM_HEADERSNoCustom headers configuration used when AUTH_STRATEGY is set to 'custom'.
PROVIDER_API_URLNoOptional provider API base URL.
RS_TOKENS_ENC_KEYYesEncryption key for tokens, generated via 'openssl rand -base64 32 | tr -d '=' | tr '+/' '-_''
PROVIDER_CLIENT_IDNoOAuth client ID for the provider.
PROVIDER_ACCOUNTS_URLNoThe provider's accounts/auth base URL (e.g., https://accounts.spotify.com).
PROVIDER_CLIENT_SECRETNoOAuth client secret for the provider.

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/iceener/streamable-mcp-server-template'

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