• jmiller released this 2026-04-17 10:46:45 +00:00 | 525 commits to dev since this release

    Changed

    • Migrated all workflow and template paths from .github/ to .mokogitea/
    • Template source paths updated: templates/gitea/ to templates/mokogitea/
    • HCL definition files removed -- Template repos are now the canonical source

    Added

    • branch-cleanup.yml: auto-delete merged feature branches after PR merge
    Downloads
  • stable fb720c351f

    jmiller released this 2026-04-13 06:07:57 +00:00 | 609 commits to main since this release

    joomla-api-mcp v1.0.0

    First stable release of the Joomla Web Services API MCP server.

    Features

    • 30+ MCP tools for managing Joomla 4/5/6 sites via the REST API
    • Articles — list, create, update, delete with filtering
    • Categories — full CRUD operations
    • Users — create with auto-generated passwords, manage groups
    • Plugins — list, enable/disable
    • Menus, Modules, Templates — inspection tools
    • Tags, Contacts, Banners, Newsfeeds, Media — listing and management
    • Configuration — read/write application settings
    • Raw API passthroughjoomla_api_request for any endpoint
    • Multi-site support — named connections with per-site API tokens

    Technical

    • Uses node:https for proper self-signed TLS certificate support on Node.js 24+
    • JSON recovery parser handles Joomla responses with appended HTML fragments
    • Interactive setup wizard (npm run setup)
    • JOOMLA_API_MCP_CONFIG env var for custom config file location

    Install

    git clone https://git.mokoconsulting.tech/MokoConsulting/joomla-api-mcp.git
    cd joomla-api-mcp
    npm install && npm run build && npm run setup
    
    Downloads