Skip to content
Zed

ofw mcp for Zed

io.github.chrischall/ofw-mcp

OurFamilyWizard co-parenting for Claude — messages, calendar, expenses, and journal

client:Zed transport:stdio runtime:npm

Install ofw mcp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "ofw-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ofw-mcp"
      ],
      "env": {
        "OFW_USERNAME": "<OFW_USERNAME>",
        "OFW_PASSWORD": "<OFW_PASSWORD>",
        "OFW_WRITE_MODE": "<OFW_WRITE_MODE>",
        "OFW_CALENDAR_WRITES": "<OFW_CALENDAR_WRITES>",
        "OFW_ALLOW_MARK_READ": "<OFW_ALLOW_MARK_READ>",
        "OFW_FETCH_UNREAD_BODIES": "<OFW_FETCH_UNREAD_BODIES>",
        "OFW_SESSION_CACHE": "<OFW_SESSION_CACHE>",
        "OFW_SESSION_FILE": "<OFW_SESSION_FILE>"
      }
    }
  }
}

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

ofw mcp in other clients