softspring/cms-mcp-plugin
Composer 安装命令:
composer require softspring/cms-mcp-plugin
包简介
MCP server tools plugin for Armonic CMS.
README 文档
README
Experimental package: this plugin is in active development and its configuration, tool contracts, permissions, and extension points may change before a stable release.
softspring/cms-mcp-plugin exposes controlled Armonic CMS capabilities through MCP server tools.
The current package provides read-only CMS context tools for site metadata, published content, internal links, menus, media image type requirements, existing media image search, and detailed media image context.
Installation
composer require softspring/cms-mcp-plugin:^6.0@dev
The plugin requires softspring/cms-bundle, softspring/media-bundle, and symfony/mcp-bundle.
Register the bundle if Symfony Flex does not do it automatically:
// config/bundles.php return [ Softspring\CmsMcpPlugin\SfsCmsMcpPlugin::class => ['all' => true], ];
Usage
This plugin registers read-only MCP tools under the sfs_cms_ prefix.
Available tools include:
sfs_cms_get_site_contextsfs_cms_search_published_contentsfs_cms_get_published_contentsfs_cms_find_internal_linkssfs_cms_get_menu_contextsfs_cms_media_list_image_typessfs_cms_media_search_imagessfs_cms_media_get_image_context
Tools should remain explicit, permission-aware, and focused on safe CMS operations that can be used by local or remote agents.
Features
See FEATURES.md for the functional scope of this package.
Contributing
See CONTRIBUTING.md.
Report issues and send Pull Requests
Security
See SECURITY.md.
License
This package is free and released under the AGPL-3.0 license.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: AGPL-3.0-or-later
- 更新时间: 2026-06-23