Skip to content
Cursor

heimdall for Cursor

io.github.lchampz/heimdall

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

client:Cursor transport:stdio runtime:npm

Install heimdall in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "heimdall": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@lchampz/mcp-heimdall"
      ],
      "env": {
        "DEBUG": "<DEBUG>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

heimdall in other clients