Skip to content
VS Code

Lumin for VS Code

dev.getlumin/lumin

Read-only access to a Lumin project's logs, metrics, uptime checks, alerts and infrastructure.

client:VS Code transport:streamable-http

Install Lumin in VS Code

.vscode/mcp.json

{
  "servers": {
    "lumin": {
      "type": "http",
      "url": "https://api.getlumin.dev/v1/mcp"
    }
  }
}

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

Lumin in other clients