Install
$ agentstack add mcp-liuboacean-hermes-communication-bridge ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Hermes-WorkBuddy 通信桥
[](https://github.com/liuboacean/hermes-communication-bridge/stargazers) [](https://github.com/liuboacean/hermes-communication-bridge/network/members) [](https://opensource.org/licenses/MIT)
> 通过共享文件队列(queue.json)实现 WorkBuddy 与 Hermes Agent 的双向直接通信,无需外部服务依赖。
架构
WorkBuddy ←── queue.json ──▶ Hermes
(每小时 cron)
核心文件
| 文件 | 用途 | |------|------| | scripts/communication_queue.py | 队列管理器(CommunicationQueue 类) | | scripts/hermes_comm.py | WorkBuddy 侧 CLI 工具 | | scripts/process_queue.py | Hermes 侧消息处理器 | | scripts/auto_poller.py | 持续轮询脚本(测试用) | | config/default_config.json | 队列默认配置 | | config/message_types.json | 消息类型定义 |
快速开始
WorkBuddy → Hermes 发消息
python3 ~/.workbuddy/skills/hermes-communication-bridge/scripts/hermes_comm.py send -c "你好 Hermes!"
收取 Hermes 回复
python3 ~/.workbuddy/skills/hermes-communication-bridge/scripts/hermes_comm.py receive
Hermes 侧配置 Cron(每小时自动处理)
hermes cron create --script ~/.workbuddy/skills/hermes-communication-bridge/scripts/process_queue.py "every 1h"
队列存储
- 队列文件:
~/.hermes/shared/communication/queue.json - 历史文件:
~/.hermes/shared/communication/history.json
依赖
- Python 3.10+
- Hermes Agent(已安装并运行)
许可证
MIT
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: liuboacean
- Source: liuboacean/hermes-communication-bridge
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.