Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoIP or hostname that the MCP server listens to in remote mode.0.0.0.0
PORTNoPort that the MCP server listens to in remote mode.3000
SCOPENoOpenID Connect scope used when requesting an access token using Client Credentials for authenticationopenid
ODM_URLNoURL of the Decision Server consolehttp://localhost:9060/res
CLIENT_IDNoOpenID Connect client ID for authentication
LOG_LEVELNoSet the logging levelINFO
TOKEN_URLNoOpenID Connect token endpoint URL for authentication
TRANSPORTNoMeans of communication of the Decision MCP serverstdio
ZENAPIKEYNoZen API Key for authentication with Cloud Pak for Business Automation
MOUNT_PATHNoPath that the MCP server listens to in remote mode./mcp
TRACES_DIRNoDirectory to store execution traces~/.mcp-server/traces
VERIFY_SSLNoWhether to verify SSL certificates (True or False)True
ODM_PASSWORDNoPassword for Basic Auth
ODM_USERNAMENoUsername for Basic Auth or Zen authenticationodmAdmin
TRACE_ENABLENoEnable or disable trace storage (True or False)False
CLIENT_SECRETNoOpenID Connect client secret for authentication
MTLS_KEY_PATHNoPath to the SSL private key file of the client for mutual TLS authentication (mandatory for mTLS)
SSL_CERT_PATHNoPath to the SSL certificate file. If not provided, defaults to system certificates.
TRACE_MAXSIZENoMaximum number of traces to store before removing oldest traces50
MTLS_CERT_PATHNoPath to the SSL certificate file of the client for mutual TLS authentication (mandatory for mTLS)
PKJWT_KEY_PATHNoPath to the private key certificate for PKJWT authentication (mandatory for PKJWT)
ODM_RUNTIME_URLNoURL of the Decision Server runtime<ODM_URL>/DecisionService
PKJWT_CERT_PATHNoPath to the certificate for PKJWT authentication (mandatory for PKJWT)
CONSOLE_AUTH_TYPENoExplicitly set the authentication type for the RES console
MTLS_KEY_PASSWORDNoPassword to decrypt the private key of the client for mutual TLS authentication. Only needed if the key is password-protected.
RUNTIME_AUTH_TYPENoExplicitly set the authentication type for the Decision Server Runtime
PKJWT_KEY_PASSWORDNoPassword to decrypt the private key for PKJWT authentication. Only needed if the key is password-protected.

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/DecisionsDev/ibm-odm-decision-mcp-server'

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