Npm for Gemini CLI
io.github.pipeworx-io/npm
npm MCP — wraps the npm Registry API (free, no auth)
client:Gemini CLI
transport:streamable-http
Install Npm in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"npm": {
"httpUrl": "https://gateway.pipeworx.io/npm/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs