open vsx mcp for Gemini CLI
io.github.mrfentmen/open-vsx-mcp
Keyless MCP server for Open VSX: VS Code extensions, versions, descriptions, download stats.
client:Gemini CLI
transport:stdio
runtime:npm
Install open vsx mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"open-vsx-mcp": {
"command": "npx",
"args": [
"-y",
"open-vsx-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs