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