Install
$ agentstack add mcp-connected-future-inhalt ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
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.
- Connect the endpoint. Add one block to your MCP config. Inhalt exposes your whole content tree as typed tools.
- Operate on content. The client reads the schema, finds the right entry, and proposes a clean patch against real, typed fields.
- 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)
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: kozmos-tech
- Source: kozmos-tech/inhalt
- License: MIT
- Homepage: https://inhalt.tech
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.