Skip to content
VS Code

Link Preview Cache API for VS Code

io.github.cmondillo/link-preview-cache-api

Same link preview data as link-preview-api, ~1/3 the price via a shared cache.

client:VS Code transport:streamable-http

Install Link Preview Cache API in VS Code

.vscode/mcp.json

{
  "servers": {
    "link-preview-cache-api": {
      "type": "http",
      "url": "https://link-preview-cache-api.onrender.com/mcp"
    }
  }
}

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

Link Preview Cache API in other clients