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

@partyvelope/devtools-mcp

v0.1.0

Published

MCP client for PartyVelope devtools — lets AI agents create/search issues, comment, and write pages

Downloads

103

Readme

@partyvelope/devtools-mcp

PartyVelope devtools(사내 이슈트래커+위키)의 MCP 클라이언트 — AI 에이전트가 이슈를 검색·생성·전이·코멘트하고 문서를 남길 수 있게 합니다. 대표 용례는 회의록을 붙여넣으면 액션 아이템을 이슈로 자동 등록하는 것입니다.

설치 (1분)

npx -y @partyvelope/devtools-mcp init
# 서버 주소: https://devtools.partyvelope.com  (또는 사내 서버 주소)

마법사가 서버 연결을 즉시 검증하고, 로그인하면 API 토큰을 자동 발급해 .mcp.json을 만들어 줍니다(기존 설정은 병합·보존). 토큰은 웹 UI "API 토큰"에서 직접 발급해 --token으로 넘겨도 됩니다.

진단

npx -y @partyvelope/devtools-mcp doctor --url https://devtools.partyvelope.com --token pv_...

툴 (12)

컨테이너/사용자/라벨 조회 · 통합 검색 · 이슈 생성/수정/전이/코멘트 · 문서 생성/조회. 본문은 마크다운으로 쓰면 됩니다 — 서버 형식(ProseMirror) 변환은 클라이언트가 합니다. 이슈를 만들기 전 search로 중복을 확인하는 것이 자동화의 생명입니다(툴 설명에도 박혀 있습니다).

일부러 없는 것: 문서 수정(사람 편집을 덮어쓸 위험), 보관/삭제, 컨테이너 생성, 라벨 자동 생성. 구조를 바꾸는 결정은 사람이 합니다.