Compositor-native Hermes (Roci) desktop bridge for DankMaterialShell on Niri — Rust daemon (MCP server + Hermes REST client + Unix-socket IPC) plus QML plugins.
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"
]
}
}
}
Run in terminal:
claude mcp add hermes-dms cargo run -- hermes-dms
Add to .cursor/mcp.json:
{
"mcpServers": {
"hermes-dms": {
"command": "cargo",
"args": [
"run",
"--",
"hermes-dms"
]
}
}
}