pier
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for the example host. | 3000 |
| DATA_DIR | No | Where session/room JSON is stored. | ./data |
| ADMIN_PASS | No | Basic-auth password. | changeme |
| ADMIN_USER | No | Basic-auth user for the example admin guard. | admin |
| TZ_DISPLAY | No | IANA timezone for human-readable timestamps. | UTC |
| GUEST_MODEL | No | Model id for the default CLI adapter. | claude-opus-4-6 |
| ROOM_INJECT_URL | No | Local endpoint that receives debounced wake pushes. Note: this default is only a placeholder; always set explicitly if you use the multi-room chat or webhooks. | http://127.0.0.1:9284/api/inject |
| ROOM_PUBLIC_BASE | No | Public base URL used in invite links / MCP setup text. | https://pier.example.com |
| SYSTEM_PROMPT_FILE | No | Optional path to your own system prompt file. Overrides the default prompts/system-prompt.example.md. | |
| ROOM_INJECT_DELAY_MS | No | Batch window for wake pushes. | 120000 |
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