Skip to content
Zed

uploadkit for Zed

io.github.drumst0ck/uploadkit

UploadKit MCP — 40+ upload components, route scaffolds, BYOS setup, full docs search.

client:Zed transport:stdio runtime:npm

Install uploadkit in Zed

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

{
  "context_servers": {
    "uploadkit": {
      "command": "npx",
      "args": [
        "-y",
        "@uploadkitdev/mcp"
      ]
    }
  }
}

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

uploadkit in other clients