Earth-2 Elevation MCP for Zed
io.github.gitcookman/earth-2-elevation-mcp
Local stdio MCP server for Open-Elevation single, batch, and profile lookups.
client:Zed
transport:stdio
runtime:npm
Install Earth-2 Elevation MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"earth-2-elevation-mcp": {
"command": "npx",
"args": [
"-y",
"earth-2-elevation-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs