MCP Server
Maintained
MIT
io.github.kozmos-tech/inhalt MCP Server
io.github.kozmos-tech/inhalt
What is the io.github.kozmos-tech/inhalt MCP server?
An open-source headless CMS for managing content models and entries.
How to install io.github.kozmos-tech/inhalt
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"inhalt": {
"command": "npx",
"args": [
"-y",
"@kozmos-tech/inhalt"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"inhalt": {
"command": "npx",
"args": [
"-y",
"@kozmos-tech/inhalt"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"inhalt": {
"command": "npx",
"args": [
"-y",
"@kozmos-tech/inhalt"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"inhalt": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kozmos-tech/inhalt"
]
}
}
}Claude Code
claude mcp add inhalt -- npx -y @kozmos-tech/inhaltRelated MCP servers
io.github.kozmos-tech/contactapi
Maintained
An open-source API for collecting and managing contacts and signups.
1
View repository →TypeScript
MIT
io.github.kozmos-tech/yourtraffic
Maintained
Open-source, privacy-first web analytics for tracking your sites' traffic.
1
View repository →TypeScript
MIT