parbaked
by saml7n
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PARBAKED_ENV | No | Set to 'production' to enforce security checks. | |
| PARBAKED_APP_URL | No | Public URL for magic links. | http://localhost:8000 |
| PARBAKED_APP_NAME | No | Used in email subjects. | My App |
| PARBAKED_MAIL_FROM | No | From address. Default is Resend's sandbox. | onboarding@resend.dev |
| PARBAKED_JWT_SECRET | No | Session-token signing key. Required in prod. | (auto-generated) |
| PARBAKED_RESEND_KEY | No | Set this to send real email via Resend. Unset → emails print to stdout. | |
| PARBAKED_ADMIN_EMAIL | No | The admin's email address. When set, the admin login form switches to a one-time magic-link flow AND signup-approval emails go to this inbox. | unset |
| PARBAKED_DATABASE_URL | No | SQLite-only. Standard SQLAlchemy URL. | sqlite:///./parbaked.db |
| PARBAKED_ADMIN_PASSWORD | No | Dashboard login password (no-email mode only). Ignored when PARBAKED_ADMIN_EMAIL is set. | (auto-generated) |
| PARBAKED_RATELIMIT_LOGIN | No | Per-IP login limit. | 10/minute |
| PARBAKED_RATELIMIT_SIGNUP | No | Per-IP signup limit. | 5/minute |
| PARBAKED_APPROVAL_TOKEN_SECRET | No | Magic-link signing key. Required in prod. | (auto-generated) |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/saml7n/parbaked'
If you have feedback or need assistance with the MCP directory API, please join our Discord server