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: 43

Dependents: 1

Suggesters: 1

Stars: 0

Open Issues: 0

0.10.4 2026-05-25 09:26 UTC

This package is auto-updated.

Last update: 2026-05-26 09:17:24 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