Inhalt
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Inhaltcreate a new blog post titled 'Hello World'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.techLicense: 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 for the MCP config and a full walkthrough.
Related MCP server: Cosmic MCP Server
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 - connect an MCP client and operate on content.
Concepts - projects, content types, entries, and the draft/publish model.
API reference - the Read API and MCP API.
Development - run the repo locally, environment, and scripts.
Code organization - project layout and where new code goes.
Copy & tone - writing guidelines for product copy.
License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP Server that enables interaction with VTEX's Headless Content Management System API, allowing users to manage content through natural language commands.Last updated

Cosmic MCP Serverofficial
AlicenseAqualityCmaintenanceAn MCP server that enables AI assistants to manage content, media, and schemas within Cosmic CMS buckets. It allows users to perform CRUD operations on objects and types while providing tools for AI-driven text, image, and video generation.Last updated17431MIT- Flicense-qualityCmaintenanceTurns structured content from a CMS into a static MCP server, enabling AI agents to access content via auto-generated tools without a database or runtime dependencies.Last updated
- Alicense-qualityBmaintenanceA self-hosted content engine with an MCP interface that enables AI agents to read, write, and manage content models through tools like describe_model, create_type, draft, and publish.Last updatedApache 2.0
Related MCP Connectors
MCP-native collaborative markdown editor with real-time AI document editing
Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kozmos-tech/inhalt'
If you have feedback or need assistance with the MCP directory API, please join our Discord server