mcp yolo for Zed
io.github.rjn32s/mcp-yolo
An MCP server providing zero-shot object detection and segmentation using Ultralytics YOLOE.
client:Zed
transport:stdio
runtime:pypi
Install mcp yolo in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-yolo": {
"command": "uvx",
"args": [
"mcp-yolo"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs