Skip to content
Zed

winrdp mcp for Zed

io.github.emog33k/winrdp-mcp

Zero-config server to provision and administer any Windows RDP box over WinRM/SSH/SMB.

client:Zed transport:stdio runtime:pypi

Install winrdp mcp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "winrdp-mcp": {
      "command": "uvx",
      "args": [
        "winrdp-mcp"
      ],
      "env": {
        "WINRDP_VAULT_KEY": "<WINRDP_VAULT_KEY>",
        "WINRDP_PROFILE": "<WINRDP_PROFILE>"
      }
    }
  }
}

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

winrdp mcp in other clients