Novamira vs SSH

"My agent already has full access through SSH."

SSH gives your AI agent a shell on the server. It works, but every request carries connection overhead and every response comes back as plain text the agent has to parse. Novamira runs inside the WordPress process and speaks MCP natively. Same access, less friction.

In practice

What changes for the agent.

NovamiraSSH
ConnectionHTTPS or localhost SSH key/password
SetupApplication Password, nothing to downloadSSH access + site on server
PHP executionDirect call in WordPress process Shell commands
Response formatStructured JSON via MCP Plain text via stdout
File editingFind-and-replaceFull file rewrite
Execution time*~0.36ms per call ~1.5ms per call
Response tokens*~50 per call ~150 per call
Site contextProvides site context on connect Agent discovers by trial
Crash recoverySandbox with auto-recovery None
Built forAI agents via MCPHumans and shell scripts

*Based on a single community benchmark. Results may vary.

SSH is essential for server admin, deploy pipelines, and system-level ops. Novamira is specifically for AI agents working inside WordPress. It gives them a native interface to the PHP runtime instead of routing everything through a shell. Same goal, shorter path.

This page reflects our perspective as the team behind Novamira. If something looks inaccurate, let us know.

Your WordPress. Your AI.
Nothing in between.

Free and open source. Built for WordPress 6.9+.