🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP →
Sign In

@lchampz/mcp-heimdall

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lchampz/mcp-heimdall

🛡️ MCP Heimdall - Advanced Environment Architect & Diagnostic Tool for LLMs

latest
Source
npmnpm
Version
1.1.2
Version published
Maintainers
1
Created
Source

🛡️ MCP Heimdall

Advanced Environment Architect & Diagnostic Tool for Model Context Protocol (MCP).

Heimdall helps AI agents understand, verify, and fix their execution environment. It provides detailed insights into system architecture, runtime versions, dependencies, and environment variables, along with actionable correction suggestions.

✨ Features

  • System Diagnostics: Identify OS, architecture, and CPU details.
  • Runtime Inspector: Verify Node.js, Python, and other versions against project requirements (e.g., .nvmrc).
  • Dependency Guard: detects missing node_modules or virtual environments.
  • Environment Audit: Compares .env against templates and flags missing keys.
  • Intelligent Advisor: consolidated tool that suggests specific commands to fix environment issues.

🛠️ Tools

ToolDescription
system_infoGet OS and architecture details.
inspect_runtimesCheck Node, Python versions and configurations.
audit_dependenciesDetect missing packages or broken environments.
audit_envVerify .env files against templates.
suggest_correctionsThe Core Feature: Runs all checks and returns prioritized solutions.

🚀 Installation

Quick Integration

Run this command to automatically configure Heimdall in your current workspace:

npx @lchampz/mcp-heimdall integrate

This will create a .vscode/mcp.json file with the correct configuration.

For Users (via MCP Registry)

Add to your mcp.json or editor settings:

{
  "servers": {
    "heimdall": {
      "command": "node",
      "args": ["path/to/mcp-heimdall/build/index.js"]
    }
  }
}

For Developers

  • Clone the repository
  • Install dependencies: npm install
  • Build the project: npm run build
  • Run in dev mode: npm run dev

đź“„ License

MIT

Keywords

mcp

FAQs

Package last updated on 27 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts