Skip to content
Zed

psquare for Zed

io.github.thehesiod/psquare

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

client:Zed transport:stdio runtime:pypi

Install psquare in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

psquare in other clients