nextrole mcp proxy for Gemini CLI
io.github.bats64mgutsi/nextrole-mcp-proxy
MCP proxy server for NextRole CV tailoring services
client:Gemini CLI
transport:stdio
runtime:npm
Install nextrole mcp proxy in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"nextrole-mcp-proxy": {
"command": "npx",
"args": [
"-y",
"nextrole-mcp-proxy"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs