Skip to main content
Glama

Strapi MCP Server

by AdityaRapid
.env.example557 B
# Example environment configuration for Strapi MCP Server # Copy this file to .env and fill in your values # Strapi Configuration (Required for deployment) STRAPI_API_URL=http://localhost:1337 STRAPI_API_KEY=your-jwt-token-here # Optional Strapi Configuration STRAPI_SERVER_NAME=default STRAPI_VERSION=5.* # Optional MCP Server Configuration MCP_LOG_LEVEL=INFO MCP_ENABLE_DEBUG=false MCP_SANITIZE_DATA=true MCP_INCLUDE_STACK_TRACE=false # Legacy configuration (still supported for file-based config) API_URL=http://localhost:1337 JWT=your-jwt-token-here

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/AdityaRapid/Strapi_MCP'

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