mcp gerafarm for Cursor
io.github.geraservicesuk/mcp-gerafarm
Buy produce from farmers, list crops, access market prices. 50+ countries.
client:Cursor
transport:stdio
runtime:npm
Install mcp gerafarm in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-gerafarm": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gerafarm"
],
"env": {
"GERAFARM_API_URL": "<GERAFARM_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs