← Back to Plugins
MCP Server MCP

io.github.emog33k/winrdp-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx winrdp-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "winrdp-mcp",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Run the MCP server in controller mode (stdio).",
          "isRequired": true,
          "value": "serve",
          "type": "positional",
          "valueHint": "serve"
        }
      ],
      "environmentVariables": [
        {
          "description": "Optional Fernet key to encrypt the host inventory at rest. Omit to use a machine-local key file.",
          "isSecret": true,
          "name": "WINRDP_VAULT_KEY"
        },
        {
          "description": "Tool profile to expose: full (default), admin, rdp, or core.",
          "default": "full",
          "name": "WINRDP_PROFILE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...