Skip to content
Zed

signupgenius mcp for Zed

io.github.chrischall/signupgenius-mcp

SignUpGenius for Claude — sign-ups, slots, groups, and RSVPs. Free accounts or Pro API key.

client:Zed transport:stdio runtime:npm

Install signupgenius 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": {
    "signupgenius-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "signupgenius-mcp"
      ],
      "env": {
        "SIGNUPGENIUS_EMAIL": "<SIGNUPGENIUS_EMAIL>",
        "SIGNUPGENIUS_PASSWORD": "<SIGNUPGENIUS_PASSWORD>",
        "SIGNUPGENIUS_USER_KEY": "<SIGNUPGENIUS_USER_KEY>",
        "SIGNUPGENIUS_NAME": "<SIGNUPGENIUS_NAME>",
        "SIGNUPGENIUS_BASE_URL": "<SIGNUPGENIUS_BASE_URL>",
        "SIGNUPGENIUS_LEGACY_BASE_URL": "<SIGNUPGENIUS_LEGACY_BASE_URL>",
        "SIGNUPGENIUS_LOGIN_URL": "<SIGNUPGENIUS_LOGIN_URL>",
        "SIGNUPGENIUS_DISABLE_FETCHPROXY": "<SIGNUPGENIUS_DISABLE_FETCHPROXY>",
        "SIGNUPGENIUS_SESSION_CACHE": "<SIGNUPGENIUS_SESSION_CACHE>",
        "SIGNUPGENIUS_SESSION_FILE": "<SIGNUPGENIUS_SESSION_FILE>"
      }
    }
  }
}

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

signupgenius mcp in other clients