Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Pkg Intel

БесплатноНе проверен

Package intelligence for AI coding agents that checks npm and PyPI package health, deprecation, vulnerabilities, bundle size, and compares alternatives.

GitHubEmbed

Описание

Package intelligence for AI coding agents that checks npm and PyPI package health, deprecation, vulnerabilities, bundle size, and compares alternatives.

README

Package intelligence for AI coding agents. An MCP server that answers: is this npm package safe to recommend?

AI coding agents constantly recommend outdated or deprecated packages — request, moment, tslint — because their training data is frozen in time. pkg-intel-mcp gives any MCP client (Claude Desktop, Claude Code, Cursor, Windsurf, ...) live tools to check package health before suggesting an install.

Tools

Tool What it answers Registries
package_health Is this package alive? Downloads, last publish, deprecation, license, and a healthy / caution / avoid verdict. npm, PyPI
compare_packages Which of these 2–5 alternatives should I pick? Side-by-side with a recommendation. npm, PyPI
bundle_size What does this cost my frontend bundle? Minified + gzip via bundlephobia. npm
deprecation_check Is this deprecated (npm) or yanked (PyPI), and what should I use instead? npm, PyPI
vulnerability_check Any known CVEs in this package/version, and which version fixes them? Via OSV.dev. npm, PyPI

All registry-aware tools take an optional registry parameter ("npm" default, or "pypi"). No API keys required — everything runs against public endpoints (npm registry, PyPI, pypistats, bundlephobia, OSV.dev) with a 15-minute in-memory cache.

Quick start

Claude Desktop

Add to claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "pkg-intel": {
      "command": "npx",
      "args": ["-y", "pkg-intel-mcp"]
    }
  }
}

Restart Claude Desktop fully (quit from the menu bar), then ask: "Is request still okay to use? What should I use instead?"

Cursor

Same JSON shape in ~/.cursor/mcp.json — see examples/ for copy-paste configs, including local development setup.

Development

npm install
npm run dev        # run with tsx
npm test           # vitest, fully mocked, no network
npm run inspect    # MCP Inspector against the built server

Rules of the road: never console.log (stdout is the JSON-RPC channel — use console.error), keep module: Node16 in tsconfig, and verify tools in the Inspector before blaming a client config. See CLAUDE.md for full conventions.

Remote / team use (HTTP transport)

stdio is the default and right for personal use. For a shared server:

pkg-intel-mcp --http 3000
# MCP endpoint:  POST http://host:3000/mcp
# Liveness:      GET  http://host:3000/healthz

The HTTP mode is fully stateless — no sessions, no sticky routing — so it scales behind any plain load balancer.

Roadmap

  • v1: core tools, stdio, npm publish
  • v1.1: vulnerability_check via OSV.dev (also key-free)
  • v2: PyPI support, stateless Streamable HTTP transport
  • v2.1: migrate to MCP SDK v2 / 2026-07-28 spec once stable
  • Later: Rust crates.io support, SBOM audit tool

License

MIT

from github.com/JanMaa/pkg-intel-mcp

Установка Pkg Intel

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/JanMaa/pkg-intel-mcp

FAQ

Pkg Intel MCP бесплатный?

Да, Pkg Intel MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Pkg Intel?

Нет, Pkg Intel работает без API-ключей и переменных окружения.

Pkg Intel — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Pkg Intel в Claude Desktop, Claude Code или Cursor?

Открой Pkg Intel на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Pkg Intel with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development