Hermes Action Bridge for Cursor
io.github.thebluehouse75/hermes-action-bridge
Delegate real-world actions from Claude Code, Codex, and other agents to Hermes Agent.
client:Cursor
transport:stdio
runtime:npm
Install Hermes Action Bridge in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hermes-action-bridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hermes-action-bridge"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs