angi mcp for Gemini CLI
io.github.chrischall/angi-mcp
Angi for Claude — find home-service pros by trade and city, read ratings and reviews
client:Gemini CLI
transport:stdio
runtime:npm
Install angi mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"angi-mcp": {
"command": "npx",
"args": [
"-y",
"@chrischall/angi-mcp"
],
"env": {
"ANGI_WS_PORT": "<ANGI_WS_PORT>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs