Skip to content

rideshare comparison for Zed

io.github.wmarceau/rideshare-comparison

Compare Uber and Lyft prices for any route

client:Zed transport:stdio runtime:pypi

Install rideshare comparison 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": {
    "rideshare-comparison": {
      "command": "uvx",
      "args": [
        "rideshare-comparison-mcp"
      ],
      "env": {
        "RIDESHARE_API_URL": "<RIDESHARE_API_URL>",
        "RIDESHARE_API_KEY": "<RIDESHARE_API_KEY>"
      }
    }
  }
}

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

rideshare comparison in other clients