Skip to content
Cursor

claude-webcache for Cursor

io.github.theyahia/claude-webcache

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

client:Cursor transport:stdio runtime:npm

Install claude-webcache in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

claude-webcache in other clients