leafengines for Grok
io.github.qwarranto/leafengines
🌱 Agricultural AI: Soil analysis, crop recommendations, weather forecasts. FREE TurboQuant.
client:Grok
transport:stdio
runtime:npm
Install leafengines in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"leafengines": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ancientwhispers54/leafengines-mcp-server"
],
"env": {
"LEAFENGINES_API_KEY": "<LEAFENGINES_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