mcp server for Gemini CLI
io.github.kontent-ai/mcp-server
Connect to Kontent.ai to manage content, types, taxonomies, and workflows via natural language
client:Gemini CLI
transport:stdio
runtime:npm
Install mcp server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@kontent-ai/mcp-server"
],
"env": {
"KONTENT_API_KEY": "<KONTENT_API_KEY>",
"KONTENT_ENVIRONMENT_ID": "<KONTENT_ENVIRONMENT_ID>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs