Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ask-gemini-mcp": {
"command": "npx",
"args": [
"-y",
"ask-gemini-mcp"
],
"env": {
"GMCPT_TIMEOUT_MS": "300000",
"GMCPT_LOG_LEVEL": "warn"
}
}
}
}