Skip to content
Benjamin Zekavica edited this page Jul 25, 2026 · 3 revisions

UnleashWP AI Forge

UnleashWP's AI tool for WordPress — a self-hosted plugin platform that also bridges to your AI (Claude Code, Claude Desktop, Codex), by UnleashWP.

Forge is the platform: a shell that hosts tools (plugins) and connects them to your AI assistant over MCP. Every tool is a folder under tools/, so the community can add more without touching the core. The CLI has zero runtime dependencies (plain Node ≥ 18).

It ships with one plugin to start — the Changelog Generator: give it a start date, an end date and a milestone, and it counts and lists everything that landed in Core and Gutenberg, ready to drop into a release post. It's the first plugin, not the whole of Forge — more will follow.


Start here


What it looks like

Three surfaces, one tool:

Surface How you use it Needs
Terminal ai-forge changelog --since … --until … --milestone … npm i -g @unleashwp/ai-forge
Claude Code / Codex register the MCP server, then ask in plain language npx @unleashwp/ai-forge@latest mcp
Claude Desktop one-click .mcpb bundle, opens a window — no browser build with npm run mcpb:pack
Browser UI ai-forge serve → a date-range picker at http://localhost:4321 ships pre-built in the package

Ground rule

Forge never invents features and never estimates counts. Every number and link it prints traces to a real pull request, Trac ticket or changeset. When you (or an agent) write the prose around it, keep it that way: each highlight should point at something the tool actually found.

Not affiliated

An independent project by Benjamin Zekavica (Morvance). Not linked to the WordPress Foundation or Automattic Inc.

Clone this wiki locally