getyourguide mcp for Zed
io.github.chrischall/getyourguide-mcp
GetYourGuide tours & activities for Claude — search, details, options, and reviews
client:Zed
transport:stdio
runtime:npm
Install getyourguide mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"getyourguide-mcp": {
"command": "npx",
"args": [
"-y",
"getyourguide-mcp"
],
"env": {
"GYG_API_KEY": "<GYG_API_KEY>",
"GYG_CURRENCY": "<GYG_CURRENCY>",
"GYG_LANGUAGE": "<GYG_LANGUAGE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs