mcp server for Zed
bot.ranch/mcp-server
Read and write cattle and sheep records with farm-scoped, revocable access.
client:Zed
transport:stdio
runtime:npm
Install mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@ranchbot/mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs