Laravel MCP Gateway
by lionking-123
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_RATE_PER_DAY | No | Per-token limit of requests per day. | 5000 |
| MCP_AUDIT_ENABLED | No | Write audit rows (fail-closed). | true |
| MCP_WRITES_ENABLED | No | Expose and allow write tools. | false |
| MCP_RATE_PER_MINUTE | No | Per-token limit of requests per minute. | 60 |
| MCP_AUDIT_LOG_ARGUMENTS | No | Store tool arguments in the audit row. | true |
| MCP_AUDIT_RETENTION_DAYS | No | Number of days to keep audit rows before pruning. | 90 |
| MCP_DYNAMIC_REGISTRATION | No | Allow RFC 7591 dynamic client registration. | true |
| MCP_ALLOWED_REDIRECT_HOSTS | No | Restrict OAuth redirect hosts (e.g. '*' for any https host, or a comma-separated list). | * |
| MCP_REFRESH_TOKEN_TTL_DAYS | No | Refresh token lifetime in days. | 30 |
| MCP_ACCESS_TOKEN_TTL_MINUTES | No | Access token lifetime in minutes. | 60 |
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 | |