tidyports for Gemini CLI
io.github.dan-fetch-studio/tidyports
See and kill the dev servers your coding agents leave running, and get collision-free ports.
client:Gemini CLI
transport:stdio
runtime:npm
Install tidyports in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"tidyports": {
"command": "npx",
"args": [
"-y",
"@tidyports/mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs