Skip to content
Cursor

inhalt for Cursor

io.github.kozmos-tech/inhalt

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

client:Cursor transport:stdio runtime:npm

Install inhalt in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

inhalt in other clients