Skip to main content
Glama
saml7n
by saml7n

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PARBAKED_ENVNoSet to 'production' to enforce security checks.
PARBAKED_APP_URLNoPublic URL for magic links.http://localhost:8000
PARBAKED_APP_NAMENoUsed in email subjects.My App
PARBAKED_MAIL_FROMNoFrom address. Default is Resend's sandbox.onboarding@resend.dev
PARBAKED_JWT_SECRETNoSession-token signing key. Required in prod.(auto-generated)
PARBAKED_RESEND_KEYNoSet this to send real email via Resend. Unset → emails print to stdout.
PARBAKED_ADMIN_EMAILNoThe 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_URLNoSQLite-only. Standard SQLAlchemy URL.sqlite:///./parbaked.db
PARBAKED_ADMIN_PASSWORDNoDashboard login password (no-email mode only). Ignored when PARBAKED_ADMIN_EMAIL is set.(auto-generated)
PARBAKED_RATELIMIT_LOGINNoPer-IP login limit.10/minute
PARBAKED_RATELIMIT_SIGNUPNoPer-IP signup limit.5/minute
PARBAKED_APPROVAL_TOKEN_SECRETNoMagic-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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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