pondlog for VS Code
io.github.andrewschristison/pondlog
Aggregate nature MCP. 8 sources: iNat, eBird, NOAA, USGS, NPN, Mushroom Observer, sky, garden.
client:VS Code
transport:stdio
runtime:npm
Install pondlog in VS Code
.vscode/mcp.json
{
"servers": {
"pondlog": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pondlog/mcp-pondlog"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs