hermes-dms

kryptt/hermes-dms
★ 0 stars Rust Code/Dev Tools Updated today
Compositor-native Hermes (Roci) desktop bridge for DankMaterialShell on Niri — Rust daemon (MCP server + Hermes REST client + Unix-socket IPC) plus QML plugins.
View on GitHub → Try with Claude — $10 free →

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-dms": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "hermes-dms"
      ]
    }
  }
}