Back to Browse

Inhalt MCP Server

Developer ToolsLow Risk9.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.2
Low Risk9.2Low Risk

Valid MCP server (1 strong, 1 medium validity signals). 1 known CVE in dependencies ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

14 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

database

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

clipboard

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-kozmos-tech-inhalt": {
      "args": [
        "-y",
        "@kozmos-tech/inhalt"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub 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). 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.

Features

FeatureDescription
MCP-nativeThe protocol is the API. Read, query, and patch content through tools any client already understands.
Typed schemasModel content once. Clients work strictly inside your fields, validated and never freeform.
Drafts and reviewStage edits, preview them, and publish only when they are ready.
Headless deliveryQuery from anywhere over a clean, fast read API.
Scoped accessGrant a client exactly the entries and actions it should touch.
Self-hostOne 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

Reviews

No reviews yet

Be the first to review this server!