Back to Home
cboxdk icon

statamic-mcp

Verified Safe

by cboxdk

Overview

Provides an AI assistant with structured access and control over Statamic CMS content and configurations through a router-based API.

Installation

Run Command
php artisan mcp:start statamic

Environment Variables

  • APP_ENV
  • STATAMIC_LICENSE_KEY

Security Notes

The custom 'Bearer token' authentication method, which is essentially a base64-encoded email and password, is not a true secure token and is functionally equivalent to basic authentication. If the API endpoint is not exclusively served over HTTPS, this could expose credentials in plain text. The BaseStatamicTool explicitly states it uses 'permissive' argument validation for 'Claude compatibility', which means complex, potentially malicious data structures in arguments might not be fully validated at the base level, relying heavily on individual router implementations for deeper input sanitization. While there are strong positive security features like the `PathValidator` for file operations, whitelisted configuration access for system tools, and robust audit logging with sensitive data redaction, these concerns regarding authentication and base-level input validation are significant.

Similar Servers

Stats

Interest Score20
Security Score6
Cost ClassMedium
Avg Tokens1200
Stars20
Forks4
Last Update2025-12-15

Tags

StatamicCMSAILaravelPHPContent Management