Installation

This guide covers installing Novamira on a WordPress site. Make sure your environment meets the requirements before proceeding.

Install from ZIP

  1. Download the latest Novamira release ZIP from the GitHub releases page.
  2. In your WordPress admin, go to Plugins > Add New Plugin > Upload Plugin.
  3. Select the ZIP file and click Install Now.
  4. Click Activate Plugin.

Install via WP-CLI

If you have WP-CLI available:

wp plugin install https://github.com/use-novamira/novamira/releases/latest/download/novamira.zip --activate

What happens on activation

When Novamira activates, it:

  • Registers the MCP Adapter (bundled). If you already have the standalone MCP Adapter plugin active, Novamira will display a notice suggesting you deactivate it to avoid conflicts.
  • Registers eight abilities (Execute PHP, Read File, Write File, Edit File, Delete File, Disable File, Enable File, List Directory) with the WordPress Abilities API.
  • Adds a Novamira menu item in the WordPress admin sidebar.

AI abilities are disabled by default. No MCP tools are exposed until you explicitly enable them. Continue to Configuration to enable AI abilities.

Updating Novamira

Novamira checks for new releases on GitHub and shows update notifications in the WordPress admin, just like any other plugin. You can update through the standard WordPress plugin update mechanism.

Uninstalling

Deactivating and deleting Novamira removes the plugin files. It does not delete the sandbox directory (wp-content/novamira-sandbox/) or its contents. If you want to remove sandbox files, delete that directory manually.