Manage MCP servers from chat for Hermes Agent: always-in-context server catalog + /mcp slash command to toggle a server's tools live, persisted, no restart
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"hermes-mcp-manager": {
"command": "uvx",
"args": [
"hermes-mcp-manager"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add hermes-mcp-manager uvx hermes-mcp-manager
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"hermes-mcp-manager": {
"command": "uvx",
"args": [
"hermes-mcp-manager"
]
}
}
}
📋 Copy
Or install with pip: pip install hermes-mcp-manager