We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/teknologika/Deckbuilder'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
branded-template.md•433 B
# Branded templates
1. Create a template folder with `default.pptx` and `default.json`.
2. Point Deckbuilder at it via CLI or env vars:
```bash
export DECK_TEMPLATE_FOLDER=/path/to/templates
export DECK_TEMPLATE_NAME=default
deckbuilder --template-folder "$DECK_TEMPLATE_FOLDER" create slides.md
```
Tips:
- Keep brand fonts installed locally to avoid PowerPoint substitutions.
- Store your template folder under version control.