npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@entidex/mcp-setup

v1.0.3

Published

One-command installer for the Entidex MCP server — signed, verified entity ground truth in Claude Desktop, Cursor, or VS Code.

Readme

@entidex/mcp-setup

One-command installer for the Entidex MCP server.

Configures Claude Desktop, Cursor, VS Code, or Claude Code automatically — no manual JSON editing.

Quick start

npx @entidex/mcp-setup

Interactive mode: detects installed clients, prompts for your API key, writes the config.

Options

# Specify client and key directly
npx @entidex/mcp-setup --client claude-desktop --key entx_live_sk_...

# Use the demo key (reference cohort: Tesla, Elon Musk, PBD Podcast)
npx @entidex/mcp-setup --client cursor --demo

# Claude Code (runs `claude mcp add` for you)
npx @entidex/mcp-setup --client claude-code

# Remove Entidex from a client
npx @entidex/mcp-setup --client claude-desktop --uninstall

Clients

| Flag | Client | Config path | |------|--------|-------------| | claude-desktop | Claude Desktop | ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\ (Windows) | | cursor | Cursor | ~/.cursor/mcp.json (macOS) / %APPDATA%\Cursor\User\mcp.json (Windows) | | vscode | VS Code | ~/Library/Application Support/Code/User/settings.json (macOS) / %APPDATA%\Code\User\ (Windows) | | claude-code | Claude Code CLI | Uses claude mcp add (no config file) |

What it does

  1. Detects your OS and installed clients
  2. Reads the existing config (or creates a new one)
  3. Merges the Entidex server entry — preserves your other MCP servers
  4. Prompts for your API key (or uses --key / --demo)
  5. Writes the updated config
  6. Tells you to restart the client

Demo key

Press Enter when prompted for a key (or pass --demo) to use the shared demo key. It grants read access to a small reference cohort (Tesla, Elon Musk, PBD Podcast) with no account needed — for evaluation only.

Tools available after setup

  • entity_resolve — resolve a name to a canonical Entidex entity ID
  • entity_verify_fact — verify facts against the Entidex verified record
  • entity_intelligence — full intelligence view (AI Visibility, Sentiment, Share of Voice, Trust Stack)
  • entity_drift — drift history and cross-surface movement
  • entity_decision_survival — multi-turn AI recommendation persistence
  • entity_knowledge_analysis — what AI engines get wrong, miss, or disagree on
  • entity_submit_feedback — submit corrections back to Entidex

Docs: entidex.com/developers/mcp