Odel
claude-webcache

claude-webcache

Local
@theyahia1JavaScriptMITUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@theyahia/claude-webcachev0.1.5

Run

npx -y @theyahia/claude-webcache

MCP client config

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