Skip to content
VS Code

claude-webcache for VS Code

io.github.theyahia/claude-webcache

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

client:VS Code transport:stdio runtime:npm

Install claude-webcache in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

claude-webcache in other clients