Skip to main content
Glama

Template MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoThe host address for the MCP server0.0.0.0
MCP_PORTNoThe port for the MCP server8080
ENABLE_AUTHNoEnable authenticationFalse
POSTGRES_DBNoPostgreSQL database name (required only if ENABLE_AUTH is True)postgres
POSTGRES_HOSTNoPostgreSQL host (required only if ENABLE_AUTH is True)localhost
POSTGRES_PORTNoPostgreSQL port (required only if ENABLE_AUTH is True)5432
POSTGRES_USERNoPostgreSQL user (required only if ENABLE_AUTH is True)postgres
SSO_CLIENT_IDNoSSO client ID (required only if ENABLE_AUTH is True)
MCP_SSL_KEYFILENoPath to SSL key file
SSO_ISSUER_HOSTNoSSO issuer host (required only if ENABLE_AUTH is True)https://auth.redhat.com/auth/realms/EmployeeIDP
MCP_SSL_CERTFILENoPath to SSL certificate file
PYTHON_LOG_LEVELNoPython logging levelINFO
SSO_CALLBACK_URLNoSSO callback URL (required only if ENABLE_AUTH is True)http://localhost:8080/auth/callback/oidc
POSTGRES_PASSWORDNoPostgreSQL password (required only if ENABLE_AUTH is True)postgres
SSO_CLIENT_SECRETNoSSO client secret (required only if ENABLE_AUTH is True)
COMPATIBLE_WITH_CURSORNoEnable compatibility mode for cursor clientTrue
MCP_TRANSPORT_PROTOCOLNoThe transport protocol for the MCP server (http, streamable-http, or sse)http
USE_EXTERNAL_BROWSER_AUTHNoUse external browser for authenticationFalse

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/redhat-data-and-ai/template-mcp-server'

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