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
{
"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