Give your AI agent full access to WordPress.
Novamira is an MCP server — the open protocol that connects AI agents to external tools. Your AI runs PHP inside WordPress, queries the database, calls plugin APIs, reads and writes files.
For WordPress developers. On staging environments. With backups. Always.
Simulated output for illustration purposes. Actual results depend on your site and AI model.
5 primitives
This is all the AI gets.
It builds the rest.
$wpdb, every function, every loaded plugin.
Full access. Full responsibility.
Novamira runs PHP inside your WordPress process — full access to every function, the database, the filesystem, and the network.
File operations are sandboxed: PHP writes go to a dedicated directory, syntax is validated, crashes are auto-recovered. Direct code execution via eval() bypasses these guardrails — any code the AI runs can do anything PHP can do.
Authentication is enforced. Every request requires a WordPress Application Password over HTTPS. Only admin users can connect. There is no anonymous access.
Recommended for staging environments with backups. You choose the model, you provide the API key, you review the output. We provide the plugin.
Safety nets
Things break.
You recover.
Crash recovery
If a sandbox file causes a fatal error, Novamira detects it, disables the file, and restores your site automatically. Won’t catch everything — database changes or wp-config.php edits via eval() are beyond its reach. But for the PHP it writes, your site comes back.
Safe mode
Append ?dynmcp_safe_mode=1 to any URL and all sandbox files are bypassed instantly. Manual kill switch when you need it.
30-second limit
Every eval() call has a hard time limit. No runaway scripts, no infinite loops eating your server.
Sandbox dashboard
Every file the AI creates is listed in the admin panel. Inspect, disable, or delete them one by one. You stay in control.
The loop
Every conversation makes the system smarter.
The AI scans your site, reads plugin source code, maps APIs. It learns your specific stack.
Tests PHP live, iterates, fixes errors. It understands the actual implementation, not the docs.
What works becomes a permanent new tool. Syntax-validated, crash-guarded, loaded on every request.
Next session, the tool is already there. Any agent on the same site can use it. The system grows.
Knows your stack
Your plugins become
its tools.
The AI detects your installed plugins, reads their source code, and builds tools on top of them. Every plugin becomes an extension of what the AI can do.
Quick start
Two steps. Two minutes.
Activate the plugin and enable AI Abilities in the settings page. This registers the primitives.
Select your client and add the config. Novamira generates this automatically from the dashboard.
Any MCP-compatible AI client.
Your WordPress. Your AI.
Nothing in between.
Free, open source, AGPL-3.0. Built for WordPress 6.9+.