pondlog ebird for Zed
io.github.andrewschristison/pondlog-ebird
eBird MCP server. 21 tools covering eBird API v2: observations, hotspots, checklists, taxonomy.
client:Zed
transport:stdio
runtime:npm
Install pondlog ebird in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pondlog-ebird": {
"command": "npx",
"args": [
"-y",
"@pondlog/mcp-ebird"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs