resilient-read

jayluxferro/resilient-read
★ 1 stars Python File System Updated today
MCP server that lets coding agents read very large files safely in small, resumable chunks.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "resilient-read": {
      "command": "uvx",
      "args": [
        "resilient-read"
      ]
    }
  }
}

Or install with pip: pip install resilient-read