目录 / Inhalt - MCP-native CMS
Inhalt - MCP-native CMS
# 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.
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://inhalt--meduard-krasniqi.run.tools
{
"mcpServers": {
"Inhalt - MCP-native CMS": {
"url": "https://inhalt--meduard-krasniqi.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| schema.read | List the project's content types and their typed field definitions. |
| schema.create | Define a new content type. `fields` is an array of typed field definitions (string, richtext, reference, enum, list). A richtext field takes an optional `format`: html (default), markdown, or plaintext. |
| schema.update | Update a content type's name and/or fields. The key is immutable. Editing fields does not migrate existing entries. |
| schema.delete | Delete a content type. This permanently removes the type and every entry it holds. |
| entries.list | List entries of a content type. Optionally filter by status and paginate. |
| entries.query | Find entries whose typed fields match the given values (matched against the working draft). |
| entries.get | Fetch one entry by slug. `view` selects the draft (default) or published copy. |
| entries.create | Create a new draft entry. `data` is validated against the content type's fields. |
| entries.patch | Apply a typed patch to an entry's working draft. Only the given fields change. |
| entries.publish | Publish an entry: copy its working draft to the published copy served by the read API. |
| entries.delete | Delete an entry permanently. |
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。