cropgraph for Cursor
io.github.cropgraph/cropgraph
CropGraph MCP. Crops, companions, pests, rotation, soil, GDD, pest intelligence.
client:Cursor
transport:stdio
runtime:npm
Install cropgraph in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cropgraph": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cropgraph/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs