EmbedEarth (E2) for Zed
io.github.paulwxnter/mcp
Open-source Google Maps Platform alternative for agents: search, route, map, geocode, and compute.
client:Zed
transport:stdio
runtime:npm
Install EmbedEarth (E2) in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@embedearth/mcp"
],
"env": {
"E2_API_KEY": "<E2_API_KEY>",
"ROUTE_URL": "<ROUTE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs