baseline mcp for Grok
io.github.elninyo-ops/baseline-mcp
Statistically rigorous weather and climate context: forecast plus 35-year historical ranking.
client:Grok
transport:stdio
runtime:pypi
Install baseline mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"baseline-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"baseline-mcp"
],
"env": {
"BASELINE_API_URL": "<BASELINE_API_URL>",
"BASELINE_API_KEY": "<BASELINE_API_KEY>"
}
}
}
}
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