TweekIT MCP Server for Gemini CLI
io.github.equilibrium-team/tweekit
Normalize and convert more than 400 file types via TweekIT's hosted MCP streamable HTTP endpoint.
client:Gemini CLI
transport:streamable-http
tools:5
Install TweekIT MCP Server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"tweekit": {
"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