TweekIT MCP Server for Gemini CLI
io.tweekit/mcp
Normalize and convert 400+ file types via TweekIT's hosted MCP endpoint.
client:Gemini CLI
transport:streamable-http
Install TweekIT MCP Server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp": {
"httpUrl": "https://mcp.tweekit.io/mcp/"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs