fiftyone mcp server for Zed
io.github.adonaivera/fiftyone-mcp-server
Control FiftyOne computer vision datasets through AI assistants using 80+ operators.
client:Zed
transport:stdio
runtime:pypi
Install fiftyone mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"fiftyone-mcp-server": {
"command": "uvx",
"args": [
"fiftyone-mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs