v1.0: Model Context Protocol Support Live

WordPress meets
Agentic Intelligence

Stop coding alone. Deploy autonomous AI agents specifically designed to understand the WordPress core, manage plugins via MCP, and write custom blocks in real-time.

agent --watch

~ agentic-wp init --mcp

> Connecting to Model Context Protocol server...

> Analyzing WordPress installation at /var/www/html...

> Warning: Plugin conflict detected in 'woo-core'.

> Agent Action: Generating patch via Claude 3.5 Sonnet...

> Success: Patch applied. Unit tests passed.

~ _

Powered by Next-Gen Tech

Bridging the gap between legacy CMS and modern AI.

Agentic Coding

Agents that don't just chat—they act. Give them permission to edit `functions.php`, debug errors, or scaffold custom plugins autonomously.

MCP Native

Full support for the Model Context Protocol. Connect your local LLMs (Ollama) or cloud models directly to your WP Database context.

Deep WP Integration

Understands Hooks, Filters, and the WP REST API out of the box. It writes code that follows WordPress Coding Standards (WPCS).

Why MCP Changes Everything

1

Context Awareness

Traditional AI doesn't know your specific database schema. MCP provides the agent with the exact context of your custom post types and taxonomies.

2

Secure Tool Use

Expose specific WP-CLI commands as tools to the agent. Let it clear caches, update plugins, or regenerate media strictly within the bounds you set.

3

Local & Private

Run an MCP server locally. Your proprietary code and customer data never have to leave your machine to get AI assistance.

config.json
    {
        "mcp_server": {
            "type": "wordpress-bridge",
            "capabilities": [
                "read_schema",
                "manage_plugins",
                "execute_wp_cli"
            ],
            "security": {
                "allow_file_deletion": false,
                "require_approval": true
            }
        }
    }