Flutter MCP Toolkit for Gemini CLI
io.github.arenukvern/flutter-mcp-toolkit
Inspect and drive Flutter debug apps/games: semantic snapshots, search, and custom client tools
client:Gemini CLI
transport:stdio
runtime:oci
Install Flutter MCP Toolkit in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"flutter-mcp-toolkit": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/arenukvern/flutter-mcp-toolkit:5.1.0"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs