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