Back to the catalog

io.github.kozmos-tech/inhalt

An open-source headless CMS for managing content models and entries.

Open source Open in the app JSON README (API)

About

An open-source headless CMS for managing content models and entries.

Details

Kind
MCP servers
Topic
Social & content
Publisher
kozmos-tech
Origin
official
Category
ferramentas
Transport
local
Version
0.1.1
Stars
3
Last push
2026-07-06T19:42:23Z
Repository state
ativo
Language
TypeScript
License
MIT
Added
2026-08-29 04:00:21
Updated
2026-08-29 04:00:21
Origin id
io.github.kozmos-tech/inhalt

README

# 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)](https://modelcontextprotocol.io). 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](https://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](docs/getting-started.md) for the MCP config and a full walkthrough.

## 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

- [Getting started](docs/getting-started.md) - connect an MCP client and operate on content.
- [Concepts](docs/concepts.md) - projects, content types, entries, and the draft/publish model.
- [API reference](docs/api/README.md) - the [Read API](docs/api/read.md) and [MCP API](docs/api/mcp.md).
- [Development](docs/development.md) - run the repo locally, environment, and scripts.
- [Code organization](docs/code-organization.md) - project layout and where new code goes.
- [Copy & tone](docs/copy-style.md) - writing guidelines for product copy.
- [Roadmap](docs/roadmap/) - planned work ([auth](docs/roadmap/auth.md), [self-host](docs/roadmap/self-host.md)).

## License

[MIT](LICENSE)

More