leadpipe for Gemini CLI
io.github.leadpipe-com/leadpipe
Official MCP server for Leadpipe intent and data APIs.
client:Gemini CLI
transport:stdio
runtime:npm
Install leadpipe in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"leadpipe": {
"command": "npx",
"args": [
"-y",
"@leadpipe/mcp"
],
"env": {
"LEADPIPE_API_KEY": "<LEADPIPE_API_KEY>",
"LEADPIPE_BASE_URL": "<LEADPIPE_BASE_URL>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs