Pkgxray MCP Server

Inspect an npm package or MCP server before you install it or connect to it. You get a SAFE, REVIEW, or BLOCK verdict, decided by fixed rules and backed by cited evidence. The analysis is static, runs on your machine, and has no dependencies. Normal scans never execute package code. It runs locally over stdio via the published package.

People connecting security tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-19 · ★ 11 · #29 OF 182 MAINTAINED SECURITY · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Pkgxray

Claude Code

claude mcp add adamsjack711-ux-pkgxray -- npx -y pkgxray

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "adamsjack711-ux-pkgxray": {
      "command": "npx",
      "args": [
        "-y",
        "pkgxray"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package pkgxray - unscoped; check the name against the project README before installing

registry namespace io.github.adamsjack711-ux is GitHub-verified and matches the repo owner

03 · What Pkgxray can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.1.0 · 2026-08-06

1.1.0 - 2026-08-05 - PyPI ecosystem support · In plain terms: pkgxray now scans Python packages, not just npm. Point it · at a Python lockfile or a pypi: package and it runs the same engine - OSV, · quarantined…

v1.0.5 · 2026-07-27

Documentation, website, and CLI-clarity release. No detection, dependency, or verdict behavior changed - same engine as 1.0.4. · Execution wording scoped precisely (default static scans vs. the opt-in canary); pkgxray…

v1.0.4 · 2026-07-20

pkgxray is now on the MCP Registry as io.github.adamsjack711-ux/pkgxray. · New pkgxray mcp-server command runs pkgxray as a stdio MCP server; hosts can launch it zero-install with npx -y pkgxray mcp-server (the…

04 · Who maintains Pkgxray

pkgxray is maintained by adamsjack711-ux. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
security - ranked #29 of 182 actively-maintained security servers as of 2026-08-25.
release cadence
8 releases in the last 90 days (latest 2026-08-06)
registry
io.github.adamsjack711-ux/pkgxray (active, first published 2026-07-29)
packages
npm:pkgxray

06 · Pkgxray FAQ

What is Pkgxray?

Inspect an npm package or MCP server before you install it or connect to it. You get a SAFE, REVIEW, or BLOCK verdict, decided by fixed rules and backed by cited evidence. The analysis is static, runs on your machine, and has no dependencies. Normal scans never execute package code. It runs locally over stdio via the published package.

Is Pkgxray still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-19 and it shipped 8 releases in the last 90 days. We re-verify nightly.

How do I install Pkgxray?

Run `npx -y pkgxray`. You can also paste the ready-made client config above.

Does Pkgxray run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Pkgxray