Testiny Test Management for Gemini CLI
io.testiny/testiny-mcp
An MCP server that provides access to Testiny projects, test cases and test runs
client:Gemini CLI
transport:streamable-http
Install Testiny Test Management in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"testiny-mcp": {
"httpUrl": "https://app.testiny.io/api/v1/mcp-server"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs