
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@kozmos-tech/inhalt
Advanced tools
An open-source headless CMS for managing content models and entries.
An open-source headless CMS for managing content models and entries.
Inhalt's MCP server is hosted and remote. This package is a tiny launcher that
bridges any stdio MCP client to the hosted endpoint, so clients that only speak
stdio (or launch servers via npx) can connect with one config block.
Add Inhalt to your MCP client config:
{
"mcpServers": {
"inhalt": {
"command": "npx",
"args": ["-y", "@kozmos-tech/inhalt"]
}
}
}
That's it. On first run the bridge opens a browser to sign in (OAuth); after that your session is cached. The client then sees Inhalt's content tools — read and query the schema, list and get entries, create, patch, publish, and delete.
Point the bridge at your own Inhalt instance with an environment variable:
{
"mcpServers": {
"inhalt": {
"command": "npx",
"args": ["-y", "@kozmos-tech/inhalt"],
"env": { "INHALT_MCP_URL": "https://cms.example.com/mcp" }
}
}
}
INHALT_MCP_URL defaults to https://inhalt.tech/mcp.
MIT
FAQs
An open-source headless CMS for managing content models and entries.
We found that @kozmos-tech/inhalt demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.