AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Inhalt

mcp-connected-future-inhalt · by kozmos-tech

MCP-native headless CMS with typed schemas, drafts, and a clean read API.

No reviews yet
0 installs
18 views
0.0% view→install

Install

$ agentstack add mcp-connected-future-inhalt

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-connected-future-inhalt)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Inhalt? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

  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)

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.