You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operate Windows like a local AI agent — processes, services, registry, GUI, file system, and more — all through MCP protocol.
What is this?
A lightweight MCP (Model Context Protocol) server that runs natively on Windows, exposing system operations as tools for any MCP-compatible AI agent — Hermes Agent, Claude Code, Cursor, or any custom MCP client.
Instead of asking "what processes are running?" and then manually checking Task Manager, your AI agent can directly call windows_process_list and get real-time results.
Features ✨
26 built-in tools covering process, service, registry, GUI, network, file, and system operations
Runs silently in background — ~26 MB memory, negligible CPU
Auto-start on login — set it and forget it
Standard MCP protocol — works with any MCP client, not just Hermes
100% Windows native — uses pywin32, pyautogui, psutil for real system access
Quick Start 🚀
1. Clone & Install Dependencies
git clone https://github.com/YOUR_USERNAME/hermes-mcp-windows.git
cd hermes-mcp-windows
pip install -r server/requirements.txt