devkit for strapi mcp for Gemini CLI
io.github.paulrichez/devkit-for-strapi-mcp
Accurate Strapi project facts (UIDs, schemas, references) for AI agents — no more guessed UIDs.
client:Gemini CLI
transport:stdio
runtime:npm
Install devkit for strapi mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"devkit-for-strapi-mcp": {
"command": "npx",
"args": [
"-y",
"devkit-for-strapi-mcp"
],
"env": {
"DEVKIT_LICENSE_KEY": "<DEVKIT_LICENSE_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs