Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HTTP_HOSTNoBind host for HTTP transport127.0.0.1
HTTP_PATHNoHTTP path where MCP endpoint is mounted/mcp/
HTTP_PORTNoBind port for HTTP transport8765
LOG_LEVELNoServer log levelINFO
LLM_ENABLEDNoEnable LiteLLM for thread summaries and discoverytrue
DATABASE_URLNoSQLAlchemy async database URLsqlite+aiosqlite:///./storage.sqlite3
STORAGE_ROOTNoRoot for per-project repos and SQLite DB~/.mcp_agent_mail_git_mailbox_repo
GIT_AUTHOR_NAMENoGit commit author namemcp-agent
HTTP_JWT_SECRETNoHMAC secret for HS* algorithms (dev)
GIT_AUTHOR_EMAILNoGit commit author emailmcp-agent@example.com
HTTP_JWT_ENABLEDNoEnable JWT validation middlewarefalse
HTTP_BEARER_TOKENNoStatic bearer token (only when JWT disabled)
HTTP_JWT_JWKS_URLNoJWKS URL for public key verification
LLM_DEFAULT_MODELNoDefault LiteLLM model identifiergpt-5-mini
HTTP_JWT_ALGORITHMSNoCSV of allowed algsHS256
CONTACT_ENFORCEMENT_ENABLEDNoEnforce contact policy before messagingtrue
HTTP_ALLOW_LOCALHOST_UNAUTHENTICATEDNoAllow localhost requests without auth (dev convenience)true
FILE_RESERVATIONS_ENFORCEMENT_ENABLEDNoBlock message writes on conflicting file reservationstrue

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/OmelchMichael/mcp_agent_mail'

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