Skip to content

Retry

Free

by MCP Community

Retry with exponential backoff for MCP tool handlers — powered by vurb.

v1.0.0Added Apr 12, 2026
mcpretryresiliencebackoffvurb
Works with:ClaudeGPTGeminiCopilot

Retry MCP Server

Retry with exponential backoff for MCP tool handlers — powered by vurb.

Installation

npx -y @mcp-utils/retry

Reviews

Leave a Review

Installation

Quick install
npx -y @mcp-utils/retry
Add to claude_desktop_config.json
{
  "mcpServers": {
    "retry": {
      "command": "npx",
      "args": ["-y", "@mcp-utils/retry"]
    }
  }
}