pondlog npn for Zed
io.github.andrewschristison/pondlog-npn
USA National Phenology Network MCP. Bloom, leaf-out, and flight timing from NPN observers.
client:Zed
transport:stdio
runtime:npm
Install pondlog npn in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pondlog-npn": {
"command": "npx",
"args": [
"-y",
"@pondlog/mcp-npn"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs