Craft for Gemini CLI
do.craft.mcp/server
Access and edit your Craft documents.
client:Gemini CLI
transport:streamable-http
Install Craft in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"server": {
"httpUrl": "https://mcp.craft.do/my/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs