Retry
Freeby MCP Community
Retry with exponential backoff for MCP tool handlers — powered by vurb.
v1.0.0Added Apr 12, 2026
mcpretryresiliencebackoffvurb
Retry MCP Server
Retry with exponential backoff for MCP tool handlers — powered by vurb.
Installation
npx -y @mcp-utils/retry
Reviews
Installation
Quick install
npx -y @mcp-utils/retry
Add to claude_desktop_config.json
{
"mcpServers": {
"retry": {
"command": "npx",
"args": ["-y", "@mcp-utils/retry"]
}
}
}