Skip to content
VS Code

Jarroba Tools · Logs for VS Code

io.github.invarato/jarroba-tools-logs

Lets your AI read a CI log far too big for its context. 11 tools, takes a file path.

client:VS Code transport:stdio runtime:npm

Install Jarroba Tools · Logs in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "jarroba-mcp-domains",
      "description": "JARROBA_MCP_DOMAINS",
      "password": true
    }
  ],
  "servers": {
    "jarroba-tools-logs": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@jarroba/mcp-logs"
      ],
      "env": {
        "JARROBA_MCP_DOMAINS": "${input:jarroba-mcp-domains}"
      }
    }
  }
}

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

Jarroba Tools · Logs in other clients