Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoHost interface to bind.0.0.0.0
PORTNoPort to listen on.8080
DATA_DIRNoData directory for store.json and master.key../data
MASTER_KEYNoEncryption key for API keys. Auto-generated in DATA_DIR/master.key if not set. Back it up.
PUBLIC_URLNoPublic base URL of the server. HTTPS is required for OAuth / Claude.ai connectors.http://localhost:8080
TRUST_PROXYNoSet to true when running behind a reverse proxy.false
OAUTH_ENABLEDNoEnable the built-in OAuth server.true
SUMIT_API_KEYNoAPI key for a single SUMIT account in stdio mode.
ADMIN_PASSWORDNoFixed admin password. If not set, the admin password is set on first login.
SUMIT_ACCOUNTSNoJSON array of accounts (each with name, companyId, apiKey) for multiple SUMIT accounts in stdio mode.
SUMIT_BASE_URLNoBase URL for the SUMIT API; can be overridden per account.https://api.sumit.co.il
ALLOW_URL_TOKENSNoAllow /mcp/t/<token> URL tokens.true
SUMIT_COMPANY_IDNoCompany ID for a single SUMIT account in stdio mode.
SUMIT_TIMEOUT_MSNoTimeout in milliseconds for SUMIT API calls. Payment operations use 180 seconds.60000
SUMIT_ACCOUNT_NAMENoOptional account name for a single SUMIT account in stdio mode.
SUMIT_GENERATED_CATALOGNoPath to the imported Swagger catalog file.catalog/generated.json
MCP_SESSION_IDLE_MINUTESNoIdle timeout in minutes for cleaning up inactive MCP sessions.120

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

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/27180781/MCP-SUMIT'

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