ResuStack
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | Yes | Debug mode | |
| SECRET_KEY | Yes | Django secret key | |
| POSTGRES_DB | Yes | Database name | |
| ALLOWED_HOSTS | Yes | Allowed hosts | |
| POSTGRES_HOST | Yes | Database host | |
| POSTGRES_PORT | Yes | Database port | |
| POSTGRES_USER | Yes | Database user | |
| OPENAI_API_KEY | Yes | OpenAI API key | |
| PAYMENT_STATUS | Yes | coming_soon shows plans without taking payment; live enables checkout | |
| EMAIL_HOST_USER | No | SMTP user for password reset (optional) | |
| PAYMENT_PROVIDER | No | Payment provider (optional) | |
| MCP_REGISTRY_AUTH | No | MCP Registry domain proof served at /.well-known/mcp-registry-auth (optional, public key only) | |
| POSTGRES_PASSWORD | Yes | Database password | |
| EMAIL_HOST_PASSWORD | No | SMTP password for password reset (optional) | |
| DOWNLOAD_LINK_MAX_AGE | No | Seconds a signed PDF link stays valid (optional) | |
| PAYMENT_WEBHOOK_SECRET | No | Payment webhook secret (optional) |
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