peek for Gemini CLI
io.github.cubenest/peek-mcp
Exposes recorded browser sessions (rrweb DOM, console, network) to AI coding agents, fully local
client:Gemini CLI
transport:stdio
runtime:npm
Install peek in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"peek-mcp": {
"command": "npx",
"args": [
"-y",
"@peekdev/mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs