pondlog for Cursor
io.github.andrewschristison/pondlog
Aggregate nature MCP. 8 sources: iNat, eBird, NOAA, USGS, NPN, Mushroom Observer, sky, garden.
client:Cursor
transport:stdio
runtime:npm
Install pondlog in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pondlog": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pondlog/mcp-pondlog"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs