← Back to Plugins
MCP Server MCP

io.github.caglarbozkurt/heimdall

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "mcp-heimdall-scan",
      "version": "0.5.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "mcp-heimdall-scan",
          "type": "named",
          "name": "--package"
        },
        {
          "value": "heimdall-mcp",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...