JxBrowser MCP Server for Gemini CLI
io.github.teamdev-ip/jxbrowser-mcp
MCP server to assist with JxBrowser development.
client:Gemini CLI
transport:streamable-http
tools:2
Install JxBrowser MCP Server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"jxbrowser-mcp": {
"httpUrl": "https://jxbrowser.mcp.teamdev.com/"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs