Enables external agents to delegate real-world actions to Hermes Agent via MCP tools such as hermes_run and hermes_plan.
{
"mcpServers": {
"hermes-action-bridge": {
"command": "npx",
"args": [
"-y",
"hermes-action-bridge"
]
}
}
}