hermes-subagent-mcp

ardha27/hermes-subagent-mcp
★ 0 stars Python 🤖 AI/LLM Updated today
Use the Nous Research Hermes Agent as a subagent from any MCP client (Claude Code, etc). Zero-dependency stdio MCP server with one hermes_delegate tool.
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-subagent-mcp": {
      "command": "uvx",
      "args": [
        "hermes-subagent-mcp"
      ]
    }
  }
}

Or install with pip: pip install hermes-subagent-mcp

README Excerpt

Use the [Hermes Agent](https://github.com/NousResearch/hermes-agent) as a subagent from any MCP client (Claude Code, and others). You hand Hermes a task, it runs on its own with its full toolset, and you get the answer back. It's a small stdio MCP server with one tool and no dependencies beyond Python's

Tools (6)

modelpromptskillstimeout_sectoolsetsworktree

Topics

ai-agentclaude-codehermesmcpmodel-context-protocolnous-researchsubagent