Skip to content
VS Code

cache for VS Code

io.github.rog0x/cache

Cache headers, CDN, LRU simulation for AI agents

client:VS Code transport:stdio runtime:npm

Install cache in VS Code

.vscode/mcp.json

{
  "servers": {
    "cache": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@rog0x/mcp-cache-tools"
      ]
    }
  }
}

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

cache in other clients