Skip to main content
Glama

Inhalt

The CMS your AI tools can run.

Inhalt is an open-source, MCP-native CMS. Instead of clicking through a traditional admin UI, the content layer is exposed through the Model Context Protocol (MCP). Any MCP client connects to the Inhalt server and you create and edit content just by chatting.

The protocol is the API. The client reads your content schema, finds the right entry, and proposes a clean, typed patch against real fields, never freeform text.

  • Website: inhalt.tech

  • MCP endpoint: https://inhalt.tech

  • License: MIT

  • Self-hostable: one container, your database, your keys. A hosted edge is also available.

How it works

Three steps.

  1. Connect the endpoint. Add one block to your MCP config. Inhalt exposes your whole content tree as typed tools.

  2. Operate on content. The client reads the schema, finds the right entry, and proposes a clean patch against real, typed fields.

  3. Save and publish. Every change is checked against your schema, saved, and pushed to your live read API in one step.

See docs/getting-started.md for the MCP config and a full walkthrough.

Related MCP server: Cosmic MCP Server

Features

Feature

Description

MCP-native

The protocol is the API. Read, query, and patch content through tools any client already understands.

Typed schemas

Model content once. Clients work strictly inside your fields, validated and never freeform.

Drafts and review

Stage edits, preview them, and publish only when they are ready.

Headless delivery

Query from anywhere over a clean, fast read API.

Scoped access

Grant a client exactly the entries and actions it should touch.

Self-host

One container, your database, your keys. MIT licensed, end to end.

Supported clients

Inhalt works with every MCP client, including Claude, Cursor, VS Code, Zed, Windsurf, and Cline.

Documentation

License

MIT

Maintenance

ActivityStale
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    An MCP server that enables AI assistants to manage content, media, and schemas within Cosmic CMS buckets. It allows users to perform CRUD operations on objects and types while providing tools for AI-driven text, image, and video generation.
    17
    45
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    A self-hosted content engine with an MCP interface that enables AI agents to read, write, and manage content models through tools like describe_model, create_type, draft, and publish.
    Apache 2.0
  • A
    license
    Not graded
    quality
    A
    maintenance
    Agent-first headless CMS running as a Cloudflare Worker, providing MCP servers for schema/content management and editorial operations.
    48
    4
    MIT