SocialSpool for Gemini CLI
io.github.thesethrose/socialspool
Create, schedule, and publish social posts through the hosted SocialSpool MCP connector.
client:Gemini CLI
transport:streamable-http
Install SocialSpool in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"socialspool": {
"httpUrl": "https://mcp.socialspool.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs