MyMCPTools for Gemini CLI
io.github.shibley/mymcptools
Find MCP servers and check whether they actually respond, via live handshake probes.
client:Gemini CLI
transport:streamable-http
tools:8
Install MyMCPTools in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mymcptools": {
"httpUrl": "https://mymcptools.com/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs