DeckForge
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DECKFORGE_DEBUG | No | Debug mode (disable in production) | true |
| DECKFORGE_API_HOST | No | API bind address | 0.0.0.0 |
| DECKFORGE_API_PORT | No | API port | 8000 |
| DECKFORGE_REDIS_URL | No | Redis connection (queue, cache, pub/sub) | redis://localhost:6379/0 |
| DECKFORGE_S3_BUCKET | No | S3 bucket name | deckforge |
| DECKFORGE_ENVIRONMENT | No | development / staging / production | development |
| DECKFORGE_DATABASE_URL | No | PostgreSQL connection string | postgresql+psycopg://...localhost |
| DECKFORGE_UNKEY_API_ID | No | Unkey API ID | |
| DECKFORGE_X402_ENABLED | No | Enable x402 USDC payments | false |
| DECKFORGE_X402_NETWORK | No | Base Mainnet chain ID | eip155:8453 |
| DECKFORGE_S3_ACCESS_KEY | No | S3 access key (MinIO default for dev) | minioadmin |
| DECKFORGE_S3_SECRET_KEY | No | S3 secret key | minioadmin |
| DECKFORGE_GEMINI_API_KEY | No | Google Gemini API key | |
| DECKFORGE_OPENAI_API_KEY | No | OpenAI API key | |
| DECKFORGE_UNKEY_ROOT_KEY | No | Unkey root key (production auth) | |
| DECKFORGE_OLLAMA_BASE_URL | No | Ollama local server URL | http://localhost:11434 |
| DECKFORGE_S3_ENDPOINT_URL | No | S3-compatible storage endpoint | http://localhost:9000 |
| DECKFORGE_GOOGLE_CLIENT_ID | No | Google OAuth client ID (for Slides) | |
| DECKFORGE_ANTHROPIC_API_KEY | No | Anthropic API key for Claude | |
| DECKFORGE_STRIPE_SECRET_KEY | No | Stripe secret key | |
| DECKFORGE_LLM_FALLBACK_CHAIN | No | LLM fallback order | claude,openai,gemini |
| DECKFORGE_GOOGLE_REDIRECT_URI | No | OAuth redirect URI | http://localhost:8000/v1/auth/google/callback |
| DECKFORGE_STRIPE_PRO_PRICE_ID | No | Stripe price ID for Pro tier | |
| DECKFORGE_X402_WALLET_ADDRESS | No | USDC receiving wallet on Base | |
| DECKFORGE_GOOGLE_CLIENT_SECRET | No | Google OAuth client secret | |
| DECKFORGE_LLM_DEFAULT_PROVIDER | No | Default LLM for content generation | claude |
| DECKFORGE_X402_FACILITATOR_URL | No | x402 facilitator endpoint | https://x402.org/facilitator |
| DECKFORGE_STRIPE_WEBHOOK_SECRET | No | Stripe webhook signing secret | |
| DECKFORGE_STRIPE_STARTER_PRICE_ID | No | Stripe price ID for Starter tier |
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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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