inhalt for VS Code
io.github.kozmos-tech/inhalt
An open-source headless CMS for managing content models and entries.
client:VS Code
transport:stdio
runtime:npm
Install inhalt in VS Code
.vscode/mcp.json
{
"servers": {
"inhalt": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kozmos-tech/inhalt"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs