aimeos/pagible-mcp

Pagible CMS - MCP server and tools

Maintainers

Package info

github.com/aimeos/pagible-mcp

Homepage

pkg:composer/aimeos/pagible-mcp

Statistics

Installs: 68

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

0.11.2 2026-06-10 13:36 UTC

This package is auto-updated.

Last update: 2026-06-11 20:40:42 UTC


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