Skip to content
Zed

pointsyeah for Zed

com.pulsemcp/pointsyeah

MCP server for searching award flights and travel deals via PointsYeah.

client:Zed transport:stdio runtime:npm

Install pointsyeah 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": {
    "pointsyeah": {
      "command": "npx",
      "args": [
        "-y",
        "pointsyeah-mcp-server"
      ],
      "env": {
        "POINTSYEAH_REFRESH_TOKEN": "<POINTSYEAH_REFRESH_TOKEN>",
        "ENABLED_TOOLGROUPS": "<ENABLED_TOOLGROUPS>"
      }
    }
  }
}

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

pointsyeah in other clients