Skip to content
VS Code

heimdall for VS Code

io.github.lchampz/heimdall

🛡️ MCP Heimdall - Advanced Environment Architect & Diagnostic Tool.

client:VS Code transport:stdio runtime:npm

Install heimdall in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "debug",
      "description": "DEBUG",
      "password": true
    }
  ],
  "servers": {
    "heimdall": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@lchampz/mcp-heimdall"
      ],
      "env": {
        "DEBUG": "${input:debug}"
      }
    }
  }
}

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

heimdall in other clients