We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ancrz/penpot-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•1.65 KiB
# ═══════════════════════════════════════════════════════════
# Penpot MCP Server — Configuration
# ═══════════════════════════════════════════════════════════
# Copy this file to .env and fill in your values.
# Do NOT commit .env to version control.
# ── Penpot Connection ─────────────────────────────────────
# Internal URL (Docker network) — don't change for Docker deployment
PENPOT_BASE_URL=http://penpot-frontend:8080
# Public URL where you access Penpot in the browser
PENPOT_PUBLIC_URL=http://localhost:9001
# ── Authentication (pick one method) ─────────────────────
# Method 1: Access Token (recommended)
# Generate at: Penpot → Avatar → Access Tokens → Generate new token
PENPOT_ACCESS_TOKEN=
# Method 2: Email/Password (fallback if no access token)
PENPOT_EMAIL=
PENPOT_PASSWORD=
# ── PostgreSQL ────────────────────────────────────────────
# For Docker deployment, use Docker internal hostname
PENPOT_DB_HOST=penpot-postgres
PENPOT_DB_PORT=5432
PENPOT_DB_NAME=penpot
PENPOT_DB_USER=penpot
PENPOT_DB_PASS=
# ── MCP Server ────────────────────────────────────────────
MCP_HOST=0.0.0.0
MCP_PORT=8787
MCP_LOG_LEVEL=info