Skip to content
Cursor

heimdall for Cursor

io.github.caglarbozkurt/heimdall

Scan an MCP server or agent config for injection, exfiltration, and risky capabilities.

client:Cursor transport:stdio runtime:npm

Install heimdall in Cursor

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

{
  "mcpServers": {
    "heimdall": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-heimdall-scan"
      ]
    }
  }
}

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

heimdall in other clients