hermes-mcp-lite
Related Servers
Alternatives to hermes-mcp-lite
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables ChatGPT (or any MCP client) to delegate coding tasks to a local Hermes-backed agent with async job management, supporting read-only investigation, implementation, and continuation of sessions via secure MCP tunnel.1MIT
- AlicenseNot gradedqualityCmaintenanceEnables MCP agents to delegate tasks to a local Hermes Agent for terminal, file, browser, and coding operations, and schedule recurring jobs.MIT
- AlicenseNot gradedqualityCmaintenanceBridges Hermes Agent and DeepSeek Harness by enabling task dispatch from Hermes to DSH with UI-visible sessions and exposing Hermes tools to DSH.MIT
- AlicenseNot gradedqualityBmaintenanceEnables Hermes agents to delegate bounded coding tasks to persistent oh-my-pi sessions with isolated git worktrees, live steering, and durable follow-ups, requiring explicit user confirmation before each task.AGPL 3.0
- AlicenseNot gradedqualityBmaintenanceEnables agents to delegate coding tasks to self-hosted Hermes workers running in isolated container dev boxes, each with its own workspace, browser, and optional desktop, then monitor progress and collect screenshots, recordings, and PR evidence.MIT
- AlicenseNot gradedqualityAmaintenanceEnables ChatGPT to securely submit, monitor, and manage Hermes agent tasks and permission-gated Codex CLI jobs running on a local WSL2 machine.Apache 2.0
TDQS
Scored across 2 tools
ask_hermes and hermes_health have completely distinct purposes: one delegates tasks to the remote agent, the other checks connectivity and health. There is no overlap or ambiguity between them.
ask_hermes follows a verb_noun pattern, while hermes_health follows a noun_pattern. The 'hermes' prefix is present in both, but the word order and style are inconsistent, making naming conventions mixed.
At 2 tools, the server is borderline thin per the calibration, but it also intentionally serves as a 'lite' proxy to a remote agent. The count is reasonable for the narrow scope, though it does not feel fully fleshed out.
For a server whose purpose is to delegate tasks to Hermes, ask_hermes covers the core capability, and hermes_health provides operational visibility. Some possible gaps exist (no cancellation or session listing), but these are minor for a lite wrapper.