SHEARLINE for Grok
io.github.lostnumber07/shearline
Analyst-grade US severe weather: warnings, SPC outlooks, RAP environment, MRMS, GLM lightning
client:Grok
transport:stdio
runtime:pypi
Install SHEARLINE in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"shearline": {
"type": "stdio",
"command": "uvx",
"args": [
"shearline"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs