hermes-winagent

lesterppo/hermes-winagent
★ 0 stars Python AI/LLM Updated today
Serverless Windows GUI automation for Hermes Agent — direct PowerShell bridge, no MCP server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hermes-winagent": {
      "command": "uvx",
      "args": [
        "hermes-winagent"
      ]
    }
  }
}

Or install with pip: pip install hermes-winagent