Skip to main content
Glama
Ultrathink-Solutions

fastmcp-gateway

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging levelINFO
GATEWAY_HOSTNoBind address0.0.0.0
GATEWAY_NAMENoServer namefastmcp-gateway
GATEWAY_PORTNoBind port8080
GATEWAY_CODE_MODENoEnable the experimental `execute_code` meta-tool (see Code Mode)false
GATEWAY_UPSTREAMSYesJSON object: {"domain": "url", ...} or {"domain": {"url": "...", "allowed_tools": [...], "denied_tools": [...]}} (see Access Control)
GATEWAY_HOOK_MODULENoPython module path for execution hooks: module.path:factory_function
GATEWAY_INSTRUCTIONSNoCustom LLM system instructionsBuilt-in
GATEWAY_REFRESH_INTERVALNoSeconds between automatic registry refresh cycles
GATEWAY_UPSTREAM_HEADERSNoJSON object: {"domain": {"Header": "Value"}, ...}
GATEWAY_REGISTRATION_TOKENNoShared secret for dynamic registration endpoints (see below)
GATEWAY_DOMAIN_DESCRIPTIONSNoJSON object: {"domain": "description", ...}
GATEWAY_REGISTRY_AUTH_TOKENNoBearer token for upstream discovery
GATEWAY_CODE_MODE_MAX_MEMORYNoPer-run heap memory cap (bytes) for `execute_code`268435456
GATEWAY_CODE_MODE_AUDIT_VERBATIMNoEmit raw code body at DEBUG in audit logs (PII-sensitive)false
GATEWAY_CODE_MODE_MAX_ALLOCATIONSNoPer-run allocation cap for `execute_code`10000000
GATEWAY_CODE_MODE_MAX_NESTED_CALLSNoMax number of upstream tool calls one `execute_code` run may make50
GATEWAY_CODE_MODE_MAX_DURATION_SECSNoPer-run wall-clock cap for `execute_code`30
GATEWAY_CODE_MODE_MAX_RECURSION_DEPTHNoPer-run stack depth cap for `execute_code`200

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/Ultrathink-Solutions/fastmcp-gateway'

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