Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoThe level for logging. Changing this level also affects the log output of other dependent libraries that may use the same environment variable. See valid values at Python logging documentation.INFO
SSL_CERT_DIRNoCan be configured to use self-signed certificates of hosted API endpoint or intermediate HTTP(S) proxy server(s).
FAST_MCP_HOSTNoThis variable specifies which host the MCP server must bind to unless the server transport is set to stdio.localhost
FAST_MCP_PORTNoThis variable specifies which port the MCP server must listen on unless the server transport is set to stdio.8000
HTTPX_TIMEOUTNoThe time for the underlying HTTP client to wait, in seconds, for a response from the Frankfurter API.5.0
SSL_CERT_FILENoCan be configured to use self-signed certificates of hosted API endpoint or intermediate HTTP(S) proxy server(s).
HTTPX_VERIFY_SSLNoThis variable can be set to False to turn off SSL certificate verification, if, for instance, you are using a proxy server with a self-signed certificate. However, setting this to False is advised against: instead, use the SSL_CERT_FILE and SSL_CERT_DIR variables to properly configure self-signed certificates.True
FRANKFURTER_API_URLNoIf you are self-hosting the Frankfurter API, you should change this to the API endpoint address of your deployment.https://api.frankfurter.dev/v1
MCP_SERVER_TRANSPORTNoThe acceptable options are stdio, sse or streamable-http.stdio
MCP_SERVER_INCLUDE_METADATA_IN_RESPONSENoThis specifies if additional metadata will be included with the MCP type TextContent that wraps the response data from each tool call. The additional metadata, for example, will include the API URL of the Frankfurter server, amongst others, that is used to obtain the responses.True

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/jessicayanwang/frankfurtermcp'

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