Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
UPLOAD_ENABLEDNoExposes the 6 media library tools. Requires an upload provider configured.false
GRAPHQL_ENABLEDNoExposes the 3 GraphQL tools. Requires @strapi/plugin-graphql installed.false
MCP_RATE_LIMIT_PER_MINNoPer-token rate limit (sliding window).60
MCP_RATE_LIMIT_WINDOW_MSNoSliding window size (milliseconds).60000
SCHEMA_AUTHORING_ENABLEDNoExposes the 7 schema-authoring tools (writes .json schemas to filesystem). Refused if NODE_ENV is production-ish.false
UPLOAD_URL_ALLOWED_HOSTSNoStrict allowlist for upload_media_from_url. If set, only these hosts can be downloaded.
MCP_RATE_LIMIT_PER_IP_PER_MINNoPer-origin-IP rate limit. Requires proxy: true in config/server.ts if behind a reverse proxy.300
UPLOAD_URL_EXTRA_BLOCKED_CIDRSNoAdditional IPv4 CIDR ranges to block.
UPLOAD_URL_EXTRA_BLOCKED_HOSTSNoAdditional hosts to block (extends the hardcoded blocklist).
MCP_RATE_LIMIT_PER_USER_PER_MINNoPer-admin-user rate limit (sums all tokens of the same owner). Requires Strapi 5.45+.120
UPLOAD_URL_ALLOWED_DOMAIN_SUFFIXESNoSame as above but matches domain suffixes (e.g. .amazonaws.com).

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/amilcarex/strapi-plugin-mcp-suite'

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