Skip to main content
Glama
achimstruve

mcp-server-template

by achimstruve

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoHost to bind to.0.0.0.0
MCP_PORTNoPort to listen on.8443 (HTTPS) / 8899 (HTTP)
LOCAL_MODENoSet to 'true' to enable local development mode with stdio transport, no OAuth.false
DOMAIN_NAMENoYour domain name. Required if SSL_ENABLED=true.
SERVER_NAMENoName for the MCP server, Docker image, and container.mcp-template
SSL_ENABLEDNoEnable HTTPS. If set to 'true', you must also set DOMAIN_NAME, SSL_CERT_PATH, and SSL_KEY_PATH.false
SSL_KEY_PATHNoSSL private key path. Required if SSL_ENABLED=true.
MCP_TRANSPORTNoTransport protocol. Use 'stdio' for local mode, 'sse' for web mode.sse
SSL_CERT_PATHNoSSL certificate path. Required if SSL_ENABLED=true.
JWT_SECRET_KEYNoSecret for JWT signing. Required for web mode.
GOOGLE_CLIENT_IDNoGoogle OAuth Client ID. Required for web mode.
OAUTH_REDIRECT_URINoOAuth callback URL. Required for web mode.
GOOGLE_CLIENT_SECRETNoGoogle OAuth Client Secret. Required for web mode.

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/achimstruve/mcp-https-OAuth-database-template'

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