Skip to content
VS Code

super log for VS Code

com.super-log/super-log

Query your local super-log bench from an AI agent - read-only log tools over the hub.

client:VS Code transport:stdio runtime:npm

Install super log in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "super-log-url",
      "description": "SUPER_LOG_URL",
      "password": true
    }
  ],
  "servers": {
    "super-log": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@super-log/mcp"
      ],
      "env": {
        "SUPER_LOG_URL": "${input:super-log-url}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

super log in other clients