We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Opti-kjh/palatte'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•613 B
# Palette MCP Server Environment Variables
# Required: Figma Personal Access Token
# Get it from: https://www.figma.com/developers/api#access-tokens
FIGMA_ACCESS_TOKEN=your_figma_access_token_here
# Optional: GitHub Personal Access Token
# Required only for accessing private design system packages
# Get it from: https://github.com/settings/tokens
GITHUB_TOKEN=your_github_token_here
# Optional: Figma MCP Server URL
# Default: http://127.0.0.1:3845/mcp
FIGMA_MCP_SERVER_URL=http://127.0.0.1:3845/mcp
# Optional: Use Figma MCP Server
# Set to 'true' to prioritize MCP server over REST API
USE_FIGMA_MCP=true