Skip to content
Zed

plantcv-mcp for Zed

io.github.musharna/plantcv-mcp

Plant phenotyping via PlantCV — returns traits plus the segmentation overlay they came from

client:Zed transport:stdio runtime:pypi

Install plantcv-mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "plantcv-mcp": {
      "command": "uvx",
      "args": [
        "plantcv-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

plantcv-mcp in other clients