Linux 软件免费装

miniOrange Secure MCP Server

开发者 cyberlord92
更新时间 2026年6月4日 12:41
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: Expat
版权网址: 版权信息

标签

ai mcp abilities abilities-api governance

下载

详情介绍:

miniOrange Secure MCP Server helps WordPress administrators with AI governance and policy enforcement: understanding, and ultimately controlling, what AI assistants and MCP clients are allowed to do on their site. Effective AI governance starts with visibility. The WordPress Abilities API (available in WordPress 6.9 and later) lets plugins and WordPress core expose discrete, machine-callable capabilities — for example: get site info, create a post, or generate a summary — that AI assistants, the Command Palette, and MCP clients can invoke. As more plugins register abilities, administrators need to know exactly what is exposed on their site before they can govern it. What this version does This first release is focused on that first step: visibility. It adds a single admin screen that gives you a complete, read-only inventory of every AI ability registered on your site, so you can review what is available at a glance. For every ability, the viewer shows: This version is a viewer only. It does not register abilities, execute abilities, enforce policies, change any settings, store any data, or send anything to an external server. It simply lists what is already registered on your site.

安装:

  1. Upload the plugin files to the /wp-content/plugins/miniorange-secure-mcp-server directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the "Plugins" screen in WordPress.
  3. Open the "Secure MCP Server" menu item in the WordPress admin to view the abilities registered on your site.

升级注意事项:

1.0.0 Initial release. No upgrade steps required.

常见问题:

Does this plugin require a specific WordPress version?

Yes. It requires WordPress 6.9 or higher, because the WordPress Abilities API was introduced in that release. On older versions the plugin shows a notice instead of the abilities list.

Does this plugin store any data or contact external servers?

No. The viewer reads the abilities already registered on your site and displays them. It saves no options, creates no database tables, and makes no external requests.

Why does the "Source" column show a namespace instead of a plugin name?

The Abilities API does not record which plugin registered a given ability. The namespace prefix (the part before the slash in the ability name) is the most reliable indicator of where an ability comes from, so that is what the viewer displays.

更新日志:

1.0.0