Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DECKFORGE_DEBUGNoDebug mode (disable in production)true
DECKFORGE_API_HOSTNoAPI bind address0.0.0.0
DECKFORGE_API_PORTNoAPI port8000
DECKFORGE_REDIS_URLNoRedis connection (queue, cache, pub/sub)redis://localhost:6379/0
DECKFORGE_S3_BUCKETNoS3 bucket namedeckforge
DECKFORGE_ENVIRONMENTNodevelopment / staging / productiondevelopment
DECKFORGE_DATABASE_URLNoPostgreSQL connection stringpostgresql+psycopg://...localhost
DECKFORGE_UNKEY_API_IDNoUnkey API ID
DECKFORGE_X402_ENABLEDNoEnable x402 USDC paymentsfalse
DECKFORGE_X402_NETWORKNoBase Mainnet chain IDeip155:8453
DECKFORGE_S3_ACCESS_KEYNoS3 access key (MinIO default for dev)minioadmin
DECKFORGE_S3_SECRET_KEYNoS3 secret keyminioadmin
DECKFORGE_GEMINI_API_KEYNoGoogle Gemini API key
DECKFORGE_OPENAI_API_KEYNoOpenAI API key
DECKFORGE_UNKEY_ROOT_KEYNoUnkey root key (production auth)
DECKFORGE_OLLAMA_BASE_URLNoOllama local server URLhttp://localhost:11434
DECKFORGE_S3_ENDPOINT_URLNoS3-compatible storage endpointhttp://localhost:9000
DECKFORGE_GOOGLE_CLIENT_IDNoGoogle OAuth client ID (for Slides)
DECKFORGE_ANTHROPIC_API_KEYNoAnthropic API key for Claude
DECKFORGE_STRIPE_SECRET_KEYNoStripe secret key
DECKFORGE_LLM_FALLBACK_CHAINNoLLM fallback orderclaude,openai,gemini
DECKFORGE_GOOGLE_REDIRECT_URINoOAuth redirect URIhttp://localhost:8000/v1/auth/google/callback
DECKFORGE_STRIPE_PRO_PRICE_IDNoStripe price ID for Pro tier
DECKFORGE_X402_WALLET_ADDRESSNoUSDC receiving wallet on Base
DECKFORGE_GOOGLE_CLIENT_SECRETNoGoogle OAuth client secret
DECKFORGE_LLM_DEFAULT_PROVIDERNoDefault LLM for content generationclaude
DECKFORGE_X402_FACILITATOR_URLNox402 facilitator endpointhttps://x402.org/facilitator
DECKFORGE_STRIPE_WEBHOOK_SECRETNoStripe webhook signing secret
DECKFORGE_STRIPE_STARTER_PRICE_IDNoStripe price ID for Starter tier

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/Whatsonyourmind/deckforge'

If you have feedback or need assistance with the MCP directory API, please join our Discord server