Skip to content
Gemini CLI

psquare for Gemini CLI

io.github.thehesiod/psquare

MCP server for ParentSquare — feeds, calendars, messages, directories, and admin roster tools

client:Gemini CLI transport:stdio runtime:pypi

Install psquare in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "psquare": {
      "command": "uvx",
      "args": [
        "parentsquare-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

psquare in other clients