mcp metar for Zed
io.github.daedalus/mcp-metar
MCP server for METAR/TAF aviation weather data
client:Zed
transport:stdio
runtime:pypi
Install mcp metar in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-metar": {
"command": "uvx",
"args": [
"mcp-metar"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs