Strapi MCP Suite
by amilcarex
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| UPLOAD_ENABLED | No | Exposes the 6 media library tools. Requires an upload provider configured. | false |
| GRAPHQL_ENABLED | No | Exposes the 3 GraphQL tools. Requires @strapi/plugin-graphql installed. | false |
| MCP_RATE_LIMIT_PER_MIN | No | Per-token rate limit (sliding window). | 60 |
| MCP_RATE_LIMIT_WINDOW_MS | No | Sliding window size (milliseconds). | 60000 |
| SCHEMA_AUTHORING_ENABLED | No | Exposes the 7 schema-authoring tools (writes .json schemas to filesystem). Refused if NODE_ENV is production-ish. | false |
| UPLOAD_URL_ALLOWED_HOSTS | No | Strict allowlist for upload_media_from_url. If set, only these hosts can be downloaded. | |
| MCP_RATE_LIMIT_PER_IP_PER_MIN | No | Per-origin-IP rate limit. Requires proxy: true in config/server.ts if behind a reverse proxy. | 300 |
| UPLOAD_URL_EXTRA_BLOCKED_CIDRS | No | Additional IPv4 CIDR ranges to block. | |
| UPLOAD_URL_EXTRA_BLOCKED_HOSTS | No | Additional hosts to block (extends the hardcoded blocklist). | |
| MCP_RATE_LIMIT_PER_USER_PER_MIN | No | Per-admin-user rate limit (sums all tokens of the same owner). Requires Strapi 5.45+. | 120 |
| UPLOAD_URL_ALLOWED_DOMAIN_SUFFIXES | No | Same 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
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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