Nephyr Weather for Cursor
io.github.clm-studios/nephyr-weather
GFS ensemble weather signals for prediction market edge detection across 12 cities
client:Cursor
transport:stdio
runtime:pypi
Install Nephyr Weather in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"nephyr-weather": {
"type": "stdio",
"command": "uvx",
"args": [
"nephyr-weather"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs