IWHWI: AI framework to manage your Directus content via MCP.
Headless CMS platforms like Directus expose collections and fields, while Strapi or Contentful expose content types and fields - but each with its own conventions, its own SDK and its own limitations. The result: your content model is locked into a single tool, your automations must be rebuilt with every migration, and industrialisation remains a manual effort.
IWHWI (Interface Web Headless with Intelligence) is our proprietary Clean Architecture framework that solves this problem. It introduces an abstraction layer above the CMS: Content Types - composed of Nodes (structural building blocks) and Fields (business fields) - are modelled in the business domain, independently of the CMS adapter used. Directus, which does not natively have the Content Type concept (unlike Strapi or Contentful), is the first adapter implemented - the most complex case. Other CMS platforms, which already have this concept, will follow.
Thanks to the MCP protocol (Model Context Protocol), an AI assistant can create structures, synchronise data, translate content and drive the entire lifecycle - all from a conversation. Discover below the architecture, key concepts and concrete capabilities of this framework.