Odel
pkgtruth

pkgtruth

Local
@hxckya1JavaScriptMITUpdated 1w ago

Catches hallucinated and slopsquatted npm packages before an agent installs them.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmpkgtruthv0.1.2

Run

npx -y pkgtruth

MCP client config

{
  "mcpServers": {
    "pkgtruth": {
      "command": "npx",
      "args": [
        "-y",
        "pkgtruth"
      ]
    }
  }
}