Merge pull request #8988 from TheBlueHouse75/add-hermes-action-bridge

Add hermes-action-bridge (delegate actions to Hermes Agent) 🤖🤖🤖
This commit is contained in:
Frank Fiegel
2026-09-15 14:16:43 -07:00
committed by GitHub
+1
View File
@@ -780,6 +780,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge
- [g0t4/mcp-server-commands](https://github.com/g0t4/mcp-server-commands) 📇 🏠 - Run any command with `run_command` and `run_script` tools.
- [gabrielmaialva33/winx-code-agent](https://github.com/gabrielmaialva33/winx-code-agent) 🦀 🏠 - A high-performance Rust reimplementation of WCGW for code agents, providing shell execution and advanced file management capabilities for LLMs via MCP.
- [hampsterx/claude-mcp-bridge](https://github.com/hampsterx/claude-mcp-bridge) [![hampsterx/claude-mcp-bridge MCP server](https://glama.ai/mcp/servers/hampsterx/claude-mcp-bridge/badges/score.svg)](https://glama.ai/mcp/servers/hampsterx/claude-mcp-bridge) 📇 🏠 🍎 🪟 🐧 - Wraps Claude Code CLI as MCP tools (query, search, structured, sessions) with subscription-first auth, cost metadata, budget caps, and granular tool sandboxing.
- [TheBlueHouse75/hermes-action-bridge](https://github.com/TheBlueHouse75/hermes-action-bridge) [![TheBlueHouse75/hermes-action-bridge MCP server](https://glama.ai/mcp/servers/TheBlueHouse75/hermes-action-bridge/badges/score.svg)](https://glama.ai/mcp/servers/TheBlueHouse75/hermes-action-bridge) 📇 🏠 🍎 🪟 🐧 - Delegate real-world actions from Claude Code, Codex, or any MCP client to [Hermes Agent](https://hermes-agent.nousresearch.com/docs) — research, browser workflows, messaging, scheduling, and Hermes skills/tools — instead of reimplementing them in the coding agent. Conservative safety policy downgrades risky `execute` to `request-approval`; small surface (`hermes_run`, `hermes_plan`, `hermes_presets`, `hermes_status`). MIT.
- [irskep/persistproc](https://github.com/irskep/persistproc) 🐍 🏠 - MCP server + command line tool that allows agents to see & control long-running processes like web servers. Start, stop, restart, read logs.
- [jigyasudham/veto](https://github.com/jigyasudham/veto) [![jigyasudham/veto MCP server](https://glama.ai/mcp/servers/jigyasudham/veto/badges/score.svg)](https://glama.ai/mcp/servers/jigyasudham/veto) 📇 🏠 🍎 🪟 🐧 - A council of 49 specialist agents + 93 tools for every major AI CLI (Claude Code, Codex, Gemini, Cursor, Windsurf). Deterministic agents that optionally upgrade to LLM, a self-learning router, cross-CLI memory, and guards for dependency hallucinations and decision drift. No API keys; zero extra cost on subscriptions.
- [jinzcdev/leetcode-mcp-server](https://github.com/jinzcdev/leetcode-mcp-server) 📇 ☁️ - MCP server enabling automated access to **LeetCode**'s programming problems, solutions, submissions and public data with optional authentication for user-specific features (e.g., notes), supporting both `leetcode.com` (global) and `leetcode.cn` (China) sites.