LiftMCP for Gemini CLI
com.liftmcp/platform
Makes websites AI-agent-ready via MCP. Each property gets its own hosted MCP server.
client:Gemini CLI
transport:streamable-http
Install LiftMCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"platform": {
"httpUrl": "https://{property_slug}.mcp-dev.liftmcp.com/"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs