wet mcp for Gemini CLI
io.github.n24q02m/wet-mcp
Open-source MCP server for AI agents: web search, content extraction, and library docs.
client:Gemini CLI
transport:stdio
runtime:pypi
Install wet mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"wet-mcp": {
"command": "uvx",
"args": [
"wet-mcp"
],
"env": {
"API_KEYS": "<API_KEYS>",
"GITHUB_TOKEN": "<GITHUB_TOKEN>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs