Skip to main content
Glama

Saleor MCP Server

by ashwin2912
2
  • Apple
  • Linux
.env.exampleโ€ข1.35 kB
# ============================================================================= # Saleor MCP Server Configuration # ============================================================================= # Required: Saleor API Configuration # ---------------------------------- SALEOR_API_URL=http://localhost:8000/graphql/ SALEOR_EMAIL=your-email@example.com SALEOR_PASSWORD=your-password # For Saleor Cloud instances, use: # SALEOR_API_URL=https://your-instance.saleor.cloud/graphql/ # For hosted instances, use your instance URL: # SALEOR_API_URL=https://your-domain.com/graphql/ # Optional: Server Configuration # ------------------------------ LOG_LEVEL=INFO SERVER_NAME=saleor # Optional: Authentication Settings # ---------------------------------- # Time in seconds before token refresh (default: 300 = 5 minutes) TOKEN_REFRESH_THRESHOLD=300 # Optional: API Limits # -------------------- # Default number of products to return DEFAULT_PRODUCT_LIMIT=20 # Maximum number of products allowed per request MAX_PRODUCT_LIMIT=100 # Default number of orders to return DEFAULT_ORDER_LIMIT=20 # Maximum number of orders allowed per request MAX_ORDER_LIMIT=100 # Development Options # ------------------- # Set to 'true' to run tools automatically for testing # TEST_MODE=false # Set to 'DEBUG' for verbose logging during development # LOG_LEVEL=DEBUG

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/ashwin2912/saleor-dashboard-mcp'

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