aimeos / pagible-mcp
Pagible CMS - MCP server and tools
0.10.4
2026-05-25 09:26 UTC
Requires
- php: ^8.2
- aimeos/laravel-analytics-bridge: ~1.0
- aimeos/pagible-core: 0.10.*
- laravel/mcp: ~0.5
Requires (Dev)
- orchestra/testbench: ^9.0||^10.0||^11.0
README
MCP server for Pagible CMS with 33 tools for managing pages, elements, files, and AI-powered content operations. See MCP.md for setup and usage.
This package is part of the Pagible CMS monorepo. For full installation, use:
composer require aimeos/pagible
Commands
cms:install:mcp
Installs the Pagible MCP package.
php artisan cms:install:mcp
Publishes the Laravel MCP routes.
cms:benchmark:mcp
Runs MCP tool performance benchmarks across pages, elements, and files.
php artisan cms:benchmark:mcp [options]
| Option | Default | Description |
|---|---|---|
--tenant |
benchmark |
Tenant ID |
--domain |
Domain name | |
--seed |
Seed benchmark data first | |
--pages |
10000 |
Number of pages to generate |
--tries |
100 |
Iterations per benchmark |
--chunk |
50 |
Rows per bulk insert batch |
--unseed |
Remove benchmark data and exit | |
--force |
Run in production |
License
LGPL-3.0-only