KnowDevPro

Version: 0.2.11Requires WP: 6.2+Tested up to: 7.1Downloads: 1Updated: Sep 13, 2026

Connect WordPress dev, staging, and production sites with OAuth-gated MCP/GPT automation, safe push/pull workflows, and extensible sync hooks.

KnowDevPro is a WordPress-to-WordPress sync and AI connector plugin for teams that maintain local, staging, and production environments.

It is designed for this operating model:

  1. Build and edit on local/dev.
  2. Push to staging.
  3. Let an AI connector inspect staging.
  4. Ask the user before production changes.
  5. Push from staging to production only after explicit approval.
  6. Pull production changes back into staging/dev when needed.
The plugin avoids blind database cloning. It syncs structured WordPress content objects and tracks them with stable UUIDs so local IDs and production IDs do not need to match.

Current sync support includes:

  • Posts.
  • Pages.
  • Enabled custom post types.
  • Post meta, with filtered exclusions.
  • Public or UI-visible taxonomies.
  • Featured images copied by source URL.
  • In-content images copied to the receiving site with src and wp-image class repointing.
  • Multi-site connection records with one-click connection tests.
  • Site manifests and content hashes.
  • Compare, pull, prepare-push, and execute-push jobs.
  • Manual compare/pull/push from the WP Admin Sync tab.
  • Local-to-remote object ID mapping records.
  • Production approval phrase for guarded pushes.
  • Audit logging with configurable retention.
  • Daily cleanup of expired OTP challenges, tokens, and old jobs.
AI connector support includes:

  • Namespaced OAuth authorization endpoint.
  • Dynamic Client Registration for compatible MCP clients.
  • Static OAuth clients for Custom GPT Actions.
  • Email allowlist.
  • Guest OTP verification.
  • Logged-in admin approval without OTP.
  • Logged-in allowlisted user approval without OTP.
  • 1-hour access tokens.
  • 14-day refresh-token connection window by default.
  • Namespaced MCP JSON-RPC endpoint.
  • Custom GPT OpenAPI schema endpoint.
  • Dynamic Custom GPT name, description, instructions, conversation starters, and action setup fields.
  • OpenAPI schema in JSON and YAML.