SHEARLINE for Cursor
io.github.lostnumber07/shearline
Analyst-grade US severe weather: warnings, SPC outlooks, RAP environment, MRMS, GLM lightning
client:Cursor
transport:stdio
runtime:pypi
Install SHEARLINE in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"shearline": {
"type": "stdio",
"command": "uvx",
"args": [
"shearline"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs