Skip to content

asset auto picker for Zed

io.github.tranthientrong/asset-auto-picker

An MCP server that provides [describe what your server does]

client:Zed transport:stdio runtime:pypi

Install asset auto picker in Zed

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

{
  "context_servers": {
    "asset-auto-picker": {
      "command": "uvx",
      "args": [
        "asset-auto-picker"
      ]
    }
  }
}

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

asset auto picker in other clients