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

@devswha/mcp-manager

v0.1.0

Published

Claude Code MCP 서버 관리 CLI 도구

Readme

mcp-manager

Claude Code MCP 서버 관리 CLI 도구

프로젝트마다 동일한 MCP 서버를 반복 설정하는 번거로움을 해결합니다. 자주 사용하는 MCP를 등록해두고, 한 번의 명령으로 프로젝트에 추가하세요.

설치

npm install -g mcp-manager

또는 npx로 바로 실행:

npx mcp-manager <command>

사용법

사용 가능한 MCP 프리셋 목록

mcp-manager list --available

현재 프로젝트에 MCP 추가

mcp-manager add zen
mcp-manager add filesystem
mcp-manager add github

현재 프로젝트 MCP 상태 확인

mcp-manager status

새 MCP 등록 (대화형)

mcp-manager register my-custom-mcp

프로젝트에서 MCP 제거

mcp-manager remove zen

기본 제공 프리셋

| 이름 | 설명 | |------|------| | zen | Zen MCP Server - AI 사고 및 분석 도구 | | filesystem | 파일 시스템 접근 | | github | GitHub API 연동 | | sqlite | SQLite 데이터베이스 | | puppeteer | 웹 브라우저 자동화 |

작동 방식

  • 등록된 MCP 설정은 ~/.mcp-manager/registry.json에 저장됩니다
  • 프로젝트에 MCP를 추가하면 ~/.claude.json의 해당 프로젝트 설정이 업데이트됩니다
  • 설정 변경 전 자동으로 백업이 생성됩니다

개발

# 클론
git clone https://github.com/<your-username>/mcp-manager.git
cd mcp-manager

# 의존성 설치
npm install

# 개발 모드 실행
npm run dev -- list --available

# 빌드
npm run build

라이선스

MIT