404.directory
by MM-sheng
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host interface to bind, e.g. 0.0.0.0 | |
| PORT | No | Port to listen on, e.g. 8080 | |
| DATABASE_URL | No | PostgreSQL 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_URL | No | Public base URL of the service, for example https://404.directory | |
| TOOL_RATE_LIMIT_MAX | No | Stricter rate limit maximum for tool execution, as a string representation of a number. | |
| REGISTRY_ADMIN_TOKEN | No | Admin token for registry write APIs. Required in production but auto-generated in local development. | |
| REGISTRY_REQUIRE_AUTH | No | If true, registry write APIs require authentication. Set to true in production. | |
| MCP_GATEWAY_TIMEOUT_MS | No | Timeout, in milliseconds, for external calls through the remote MCP gateway. | |
| SEED_FIRST_PARTY_TOOLS | No | Set to 'true' to seed first-party tools into the catalog on boot. | |
| CATALOG_MEMORY_FALLBACK | No | When 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_SERVERS | No | Set to 'true' to seed curated MCP servers as pending entries for verification. | |
| VERIFICATION_WORKER_MODE | No | Specifies 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_PORTS | No | Comma-separated allowed egress ports for browser-based tools. Defaults to 80,443 | 80,443 |
| MCP_GATEWAY_MAX_RESULT_BYTES | No | Maximum 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
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessResponsive