MCP Hub
Back to servers

heimdall

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

Registry
Updated
Jan 27, 2026

Quick Install

npx -y @lchampz/mcp-heimdall

🛡️ 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

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

  1. Clone the repository
  2. Install dependencies: npm install
  3. Build the project: npm run build
  4. Run in dev mode: npm run dev

📄 License

MIT

Reviews

No reviews yet

Sign in to write a review