phpray for Gemini CLI
dev.phpray/phpray
Ask an agent why a PHP site is slow: every request with its SQL, HTTP calls, errors and N+1.
client:Gemini CLI
transport:streamable-http
tools:10
Install phpray in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"phpray": {
"httpUrl": "https://phpray.dev/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs