Skip to content
Gemini CLI

ainative strapi mcp server for Gemini CLI

io.github.ainative-studio/ainative-strapi-mcp-server

Strapi CMS MCP — natural-language content management: create, manage, and publish content.

client:Gemini CLI transport:stdio runtime:npm

Install ainative strapi mcp server in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "ainative-strapi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ainative-strapi-mcp-server"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

ainative strapi mcp server in other clients