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

miyabi-mcp-bundle

v3.7.1

Published

🚀 The Ultimate All-in-One MCP Server - 172 tools for Claude Desktop & AI Agents. Git, GitHub, System Monitoring, Tmux, Logs, Network, Process, File, and more! Enterprise-grade security with input sanitization.

Downloads

189

Readme

Miyabi MCP Bundle

The Ultimate MCP Server for Claude Code & AI CLI Agents

npm version npm downloads License: MIT TypeScript

172+ MCP Tools | Enterprise Security | Zero Config

Installation | Quick Start | Tools | Configuration


Target Users

  • Claude Code (Anthropic's official CLI)
  • OpenAI Codex CLI
  • AI Agent developers building LLM-powered tools

Features

  • 172+ MCP Tools across 21 categories
  • Enterprise-grade Security: Input sanitization, path traversal protection
  • Intelligent Caching: Built-in LRU cache with TTL support
  • Cross-Platform: macOS, Linux, Windows support
  • Zero Configuration: Works instantly out of the box

Installation

# npm
npm install -g miyabi-mcp-bundle

# Run setup wizard
miyabi-mcp init

Quick Start

Claude Code Configuration

Add to ~/.claude/claude_code_config.json:

{
  "mcpServers": {
    "miyabi": {
      "command": "npx",
      "args": ["-y", "miyabi-mcp-bundle"],
      "env": {
        "MIYABI_REPO_PATH": "/path/to/your/repo",
        "GITHUB_TOKEN": "ghp_your_token"
      }
    }
  }
}

Claude Desktop Configuration

Config File Locations:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • Linux: ~/.config/claude/claude_desktop_config.json
{
  "mcpServers": {
    "miyabi": {
      "command": "npx",
      "args": ["-y", "miyabi-mcp-bundle"],
      "env": {
        "MIYABI_REPO_PATH": "/path/to/your/repo",
        "GITHUB_TOKEN": "ghp_your_token"
      }
    }
  }
}

Tools

Categories (21)

| Category | Tools | Description | |----------|-------|-------------| | Git | 12 | Repository operations | | GitHub | 15 | Issues, PRs, Labels, Milestones | | System | 8 | CPU, Memory, Disk monitoring | | Process | 8 | Process management | | Network | 8 | Network diagnostics | | File | 6 | File watching & stats | | Log | 6 | Log aggregation | | Tmux | 11 | Session management | | Docker | 12 | Container management | | Kubernetes | 10 | K8s operations | | Claude | 8 | Claude Code integration | | Database | 6 | SQLite, PostgreSQL, MySQL | | Time | 4 | Time utilities | | Calculator | 4 | Math operations | | MCP | 4 | Tool discovery | | Health | 4 | System health checks |

Example Usage

"Show git status"
"List open GitHub issues"
"Check system resources"
"Show Docker containers"
"Search logs for errors"

Configuration

Environment Variables

| Variable | Default | Description | |----------|---------|-------------| | MIYABI_REPO_PATH | cwd() | Git repository path | | MIYABI_LOG_DIR | Same as repo | Log directory | | MIYABI_WATCH_DIR | Same as repo | File watch directory | | GITHUB_TOKEN | - | GitHub Personal Access Token | | GITHUB_DEFAULT_OWNER | - | Default repo owner | | GITHUB_DEFAULT_REPO | - | Default repo name |

CLI Commands

miyabi-mcp init     # Setup wizard
miyabi-mcp doctor   # Diagnose issues
miyabi-mcp info     # System information
miyabi-mcp          # Start server

Security

  • Input sanitization for all user inputs
  • Path traversal protection
  • Symlink attack prevention
  • Command injection prevention
  • Secure defaults

Development

# Clone from monorepo
git clone https://github.com/ShunsukeHayashi/Miyabi.git
cd Miyabi/packages/mcp-bundle

# Install dependencies
pnpm install

# Development
pnpm run dev

# Build
pnpm run build

# Test
pnpm test

License

MIT - See LICENSE


Links


Part of the Miyabi Framework

Made with love by Shunsuke Hayashi

@The_AGI_WAY | note.ambitiousai.co.jp