Skip to main content
Glama

Payload CMS MCP Server

by ohnicholas93
.env.example1.03 kB
# Payload CMS Configuration # The server will work with the default settings for most users # Only modify these if your Payload CMS is hosted elsewhere # Base URL for your Payload CMS API (default: http://localhost:3000/api) # Uncomment and modify if your Payload CMS is not at localhost:3000 # PAYLOAD_MCP_PAYLOAD__BASE_URL=http://localhost:3000/api # JWT token for authentication (optional) # If not provided, the server will prompt for login when needed # PAYLOAD_MCP_PAYLOAD__AUTH_TOKEN=your_jwt_token_here # Request timeout in seconds (default: 30) # PAYLOAD_MCP_PAYLOAD__TIMEOUT=30 # Whether to verify SSL certificates (default: false for localhost) # Set to true if your Payload CMS uses HTTPS with valid certificates # PAYLOAD_MCP_PAYLOAD__VERIFY_SSL=false # Whether to bypass proxy for localhost connections (default: true) # PAYLOAD_MCP_PAYLOAD__BYPASS_PROXY=true # Server Configuration # Logging level for the MCP server (default: INFO) # Options: DEBUG, INFO, WARNING, ERROR, CRITICAL # PAYLOAD_MCP_LOG_LEVEL=INFO

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/ohnicholas93/payload-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server