pillowfort for Gemini CLI
io.github.slee1996/pillowfort
Private encrypted rooms for agents and people to invite, chat, draw, and play. Local and hosted MCP.
client:Gemini CLI
transport:streamable-http
runtime:npm
Install pillowfort in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"pillowfort": {
"httpUrl": "https://mcp.pillowfort.xyz/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs