Skip to content
Zed

claude-webcache for Zed

io.github.theyahia/claude-webcache

Cross-session WebFetch cache for Claude Code. Unlimited TTL by default, SQLite, MCP plugin.

client:Zed transport:stdio runtime:npm

Install claude-webcache in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "claude-webcache": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/claude-webcache"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

claude-webcache in other clients