Skip to main content
Glama
MM-sheng

404.directory

by MM-sheng

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoHost interface to bind, e.g. 0.0.0.0
PORTNoPort to listen on, e.g. 8080
DATABASE_URLNoPostgreSQL connection string for the catalog backend. If not set, the server uses an in-memory fallback when CATALOG_MEMORY_FALLBACK=true (the local default).
PUBLIC_BASE_URLNoPublic base URL of the service, for example https://404.directory
TOOL_RATE_LIMIT_MAXNoStricter rate limit maximum for tool execution, as a string representation of a number.
REGISTRY_ADMIN_TOKENNoAdmin token for registry write APIs. Required in production but auto-generated in local development.
REGISTRY_REQUIRE_AUTHNoIf true, registry write APIs require authentication. Set to true in production.
MCP_GATEWAY_TIMEOUT_MSNoTimeout, in milliseconds, for external calls through the remote MCP gateway.
SEED_FIRST_PARTY_TOOLSNoSet to 'true' to seed first-party tools into the catalog on boot.
CATALOG_MEMORY_FALLBACKNoWhen true, use an in-memory catalog instead of the database. Defaults to true for local development; set to false when DATABASE_URL is configured.
SEED_CURATED_MCP_SERVERSNoSet to 'true' to seed curated MCP servers as pending entries for verification.
VERIFICATION_WORKER_MODENoSpecifies whether the verification worker runs inline in the HTTP process (default) or as an external worker. Use 'external' for production serverless deployments.inline
BROWSER_EGRESS_ALLOWED_PORTSNoComma-separated allowed egress ports for browser-based tools. Defaults to 80,44380,443
MCP_GATEWAY_MAX_RESULT_BYTESNoMaximum size, in bytes, for results from the remote MCP gateway.

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