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). |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |