Skip to main content
Glama
ABHIJEET-MUNESHWAR

MCPGateway

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HTTP_HOSTNoThe hostname or IP address the HTTP server binds to.
HTTP_PORTNoThe port the HTTP server listens on.
DATABASE_URLNoPostgreSQL connection string, required when STORAGE_DRIVER=postgres.
ADMIN_API_KEYNoAPI key required for the GraphQL control plane. Development default exists, but must be set in production.
STORAGE_DRIVERNoStorage backend: 'memory' or 'postgres'.
METRICS_ENABLEDNoSet to 'true' to expose Prometheus metrics at /metrics.
GRAPHIQL_ENABLEDNoSet to 'true' to enable the GraphiQL interface (never in production).
VAULT_MASTER_KEYNoMaster key used to encrypt stored credentials. Development default exists, but must be set in production.
DATABASE_POOL_SIZENoMaximum number of database connections in the pool.
HTTP_MAX_BODY_BYTESNoMaximum allowed HTTP request body size in bytes.
VAULT_ROTATION_DAYSNoNumber of days after which to rotate the credential encryption key.
AUDIT_RETENTION_DAYSNoNumber of days to retain audit log entries.
AUDIT_RECORD_PAYLOADSNoSet to 'true' to record tool call payloads in the audit log.
RESILIENCE_TIMEOUT_MSNoTimeout for upstream tool calls in milliseconds.
AUDIT_MAX_PAYLOAD_BYTESNoMaximum size in bytes for stored audit payloads.
HTTP_REQUEST_TIMEOUT_MSNoTimeout for HTTP requests in milliseconds.
RESILIENCE_RETRY_ATTEMPTSNoMaximum number of retries for retryable upstream failures.
CATALOG_NAMESPACE_SEPARATORNoSeparator used when namespacing tools from different providers.
CATALOG_REFRESH_INTERVAL_MSNoHow often to refresh the tool catalog in milliseconds.
OTEL_EXPORTER_OTLP_ENDPOINTNoOpenTelemetry collector endpoint (e.g., http://otel-collector:4318).
RESILIENCE_CIRCUIT_RESET_MSNoTime in milliseconds before the circuit breaker attempts to close again.
CATALOG_MAX_TOOLS_PER_TENANTNoMaximum number of tools a tenant can have in its catalog.
RESILIENCE_RETRY_MAX_DELAY_MSNoMaximum delay between retries in milliseconds.
RESILIENCE_RETRY_BASE_DELAY_MSNoBase delay between retries in milliseconds.
RESILIENCE_BULKHEAD_CONCURRENCYNoMaximum concurrent upstream calls allowed per scope.
RESILIENCE_RATE_LIMIT_PER_MINUTENoRate limit (requests per minute) per tenant/provider scope.
RESILIENCE_CIRCUIT_FAILURE_THRESHOLDNoNumber of consecutive failures before the circuit breaker opens.

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/ABHIJEET-MUNESHWAR/MCPGateway'

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