Google’s open-source terminal agent. Streamable HTTP servers register with one command or a settings.json entry.
Terminalgemini mcp add --transport http \
--header "Authorization: Bearer ppag_<key-id>.<secret>" \
pitchpace https://<tenant>.pitchpace.app/api/agent/mcpGemini CLI expands $PITCHPACE_AGENT_KEY from your environment, so the file itself holds no secret.
{
"mcpServers": {
"pitchpace": {
"httpUrl": "https://<tenant>.pitchpace.app/api/agent/mcp",
"headers": { "Authorization": "Bearer $PITCHPACE_AGENT_KEY" }
}
}
}Inside gemini, run /mcp — pitchpace should list its tools. Then try the first prompt below.
Writes are opt-in: set_occupancy exists only on keys with occupancy:write, and what it writes lowers your public availability immediately — start read-only if you are unsure.