mcp server for Gemini CLI
io.github.adlane-app/mcp-server
Read-only MCP connector for Adlane workspaces, Google and Meta ad accounts and campaign reports.
client:Gemini CLI
transport:streamable-http
runtime:npm
Install mcp server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp-server": {
"httpUrl": "https://mcp.adlane.app/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs