heimdall
About
๐ก๏ธ MCP Heimdall - Advanced Environment Architect & Diagnostic Tool.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source โ it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
DEBUGClaude Code
claude mcp add --env DEBUG= heimdall -- npx @lchampz/mcp-heimdall
Cursor
If the button doesn't open Cursor, use the JSON below โ Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"heimdall","command":"npx","args":["@lchampz/mcp-heimdall"],"env":{"DEBUG":""}}'
JSON
{
"mcpServers": {
"heimdall": {
"command": "npx",
"args": [
"@lchampz/mcp-heimdall"
],
"env": {
"DEBUG": ""
}
}
}
}
Environment variables are listed by name only โ fill in your own values. Entries never carry secrets.