Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
NODE_ENV | No | The Node.js environment | production |
OPENAI_API_KEY | Yes | Your OpenAI API key for enhanced AI-powered intent parsing | |
VAULT_API_BASE | No | The base URL for the Vault API | https://api.brandfolder.com/v4 |
VAULT_BASE_URL | No | The base URL for the Vault system | https://thevault.work/breville |
BRANDFOLDER_CLIENT_ID | Yes | Your Brandfolder client ID for live Brandfolder integration | |
BRANDFOLDER_REDIRECT_URI | No | The redirect URI for Brandfolder OAuth | https://dam-butler-mcp.vercel.app/auth/callback |
BRANDFOLDER_CLIENT_SECRET | Yes | Your Brandfolder client secret for live Brandfolder integration |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |