Paddock
by igbaryya
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PADDOCK_HOST | No | Host to bind the server to | 127.0.0.1 |
| PADDOCK_PORT | No | Port for the HTTP server and MCP endpoint | 4599 |
| PADDOCK_DATA_DIR | No | Directory where Paddock stores its data (OS application data directory by default) | |
| PADDOCK_ENV_FILE | No | Path to an .env file to load additional configuration from | .env |
| PADDOCK_LOG_PERSIST | No | Whether to persist logs to disk | true |
| PADDOCK_REAP_ORPHANS | No | Whether to reap orphaned process groups on startup | true |
| PADDOCK_STOP_GRACE_MS | No | Grace period in milliseconds before escalating a stop from SIGTERM to SIGKILL | 5000 |
| PADDOCK_START_SETTLE_MS | No | Milliseconds to wait after starting a process before considering it settled | 1500 |
| PADDOCK_LOG_BUFFER_LINES | No | Number of log lines kept in the in-memory ring buffer per process | 2000 |
| PADDOCK_PORT_SCAN_TTL_MS | No | Time-to-live in milliseconds for cached port scan results | 3000 |
| PADDOCK_LOG_FILE_MAX_BYTES | No | Maximum size in bytes for each persistent log file before rotation | 5242880 |
| PADDOCK_PORT_STOP_GRACE_MS | No | Grace period in milliseconds before forcibly stopping a process via port ownership | 5000 |
| PADDOCK_PORT_SCAN_INTERVAL_MS | No | Interval in milliseconds between background port scans (0 disables background scanning) | 5000 |
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
ResponsivenessNo issues