sixflags mcp for Zed
io.github.chrischall/sixflags-mcp
Six Flags MCP for Claude — live wait times, park hours, shows, and day planning
client:Zed
transport:stdio
runtime:npm
Install sixflags mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"sixflags-mcp": {
"command": "npx",
"args": [
"-y",
"sixflags-mcp"
],
"env": {
"SIXFLAGS_HOME_PARK": "<SIXFLAGS_HOME_PARK>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs