Skip to content
Zed

squad up for Zed

io.github.hrandhawa02/squad_up

Create events, add invitees, manage potlucks and carpools via natural language.

client:Zed transport:stdio runtime:pypi

Install squad up 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": {
    "squad_up": {
      "command": "uvx",
      "args": [
        "squad-up-mcp"
      ],
      "env": {
        "SQUAD_UP_API_URL": "<SQUAD_UP_API_URL>"
      }
    }
  }
}

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

squad up in other clients