Housewarden
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATABASE_URL | No | Postgres connection string, required when HOUSEWARDEN_DB=pg. | |
| HOUSEWARDEN_DB | No | Database type: 'pglite' (embedded, HOUSEWARDEN_DATA_DIR, default .data/pglite) or 'pg' (DATABASE_URL). | pglite |
| HOUSEWARDEN_TOKEN | Yes | Bearer token for /api/mcp (≥ 16 chars). Default: generated on first npm run dev. | |
| HOUSEWARDEN_MCP_APP | No | 0 switches off the ui://housewarden/pending MCP App resource (on by default). | 1 |
| HOUSEWARDEN_CURRENCY | No | Used when the demo household is created. | PKR |
| HOUSEWARDEN_DATA_DIR | No | Directory for embedded PGlite data. Default: .data/pglite | |
| HOUSEWARDEN_TIMEZONE | No | Used when the demo household is created. | Asia/Karachi |
| HOUSEWARDEN_PUBLIC_URL | No | Endpoint URL shown on /settings. Default: derived from the request. | |
| HOUSEWARDEN_ADMIN_SECRET | Yes | Console login secret (≥ 8 chars). Default: generated on first npm run dev. | |
| HOUSEWARDEN_COOKIE_SECURE | No | Set 1 behind HTTPS. | 0 |
| HOUSEWARDEN_ALLOWED_ORIGINS | No | Comma-separated browser origins allowed to call the endpoint. | |
| HOUSEWARDEN_CONFIRM_TTL_SECONDS | No | How long a pending action waits for approval. | 600 |
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