Skip to content
Windsurf

rideshare comparison for Windsurf

io.github.wmarceau/rideshare-comparison

Compare Uber and Lyft prices for any route

client:Windsurf transport:stdio runtime:pypi

Install rideshare comparison in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "rideshare-comparison": {
      "command": "uvx",
      "args": [
        "rideshare-comparison-mcp"
      ],
      "env": {
        "RIDESHARE_API_URL": "<RIDESHARE_API_URL>",
        "RIDESHARE_API_KEY": "<RIDESHARE_API_KEY>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

rideshare comparison in other clients