agrobr for VS Code
io.github.bruno-portfolio/agrobr
Brazilian agricultural data for LLMs — prices, crops, climate, deforestation.
client:VS Code
transport:stdio
runtime:pypi
Install agrobr in VS Code
.vscode/mcp.json
{
"servers": {
"agrobr": {
"type": "stdio",
"command": "uvx",
"args": [
"agrobr-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs