FAOSTAT MCP for Zed
io.github.berba-q/faostat-mcp
FAOSTAT data for 245 countries: crops, trade, food security, and emissions via 21 MCP tools.
client:Zed
transport:stdio
runtime:pypi
Install FAOSTAT MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"faostat-mcp": {
"command": "uvx",
"args": [
"faostat-mcp"
],
"env": {
"FAOSTAT_API_TOKEN": "<FAOSTAT_API_TOKEN>",
"FAOSTAT_USERNAME": "<FAOSTAT_USERNAME>",
"FAOSTAT_PASSWORD": "<FAOSTAT_PASSWORD>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs