agrobr for Cursor
io.github.bruno-portfolio/agrobr
Brazilian agricultural data for LLMs — prices, crops, climate, deforestation.
client:Cursor
transport:stdio
runtime:pypi
Install agrobr in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agrobr": {
"type": "stdio",
"command": "uvx",
"args": [
"agrobr-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs