Skip to content
VS Code

coredash for VS Code

io.github.corewebvitals/coredash

Real User Monitoring for Core Web Vitals. Query LCP, INP, CLS field data from real visitors.

client:VS Code transport:streamable-http

Install coredash in VS Code

.vscode/mcp.json

{
  "servers": {
    "coredash": {
      "type": "http",
      "url": "https://app.coredash.app/api/mcp"
    }
  }
}

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

coredash in other clients