🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@nimblebrain/mpak

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nimblebrain/mpak

CLI for downloading MCPB bundles and Agent Skills from the mpak registry

Source
npmnpm
Version
0.4.0
Version published
Weekly downloads
39
-80.5%
Maintainers
2
Weekly downloads
 
Created
Source

@nimblebrain/mpak

CLI for downloading MCPB bundles and Agent Skills from the mpak registry.

Installation

npm install -g @nimblebrain/mpak

Usage

Search across both bundles and skills:

mpak search <query>
mpak search <query> --type bundle
mpak search <query> --type skill

Bundles

# Search bundles
mpak bundle search <query>

# Show bundle details
mpak bundle show @scope/name

# Download a bundle
mpak bundle pull @scope/name
mpak bundle pull @scope/name@1.0.0

# Run an MCP server from the registry
mpak run @scope/name
mpak bundle run @scope/name --update
mpak bundle run --local ./path/to/bundle.mcpb

Skills

# Validate a skill directory
mpak skill validate ./path/to/skill

# Pack a skill into a .skill bundle
mpak skill pack ./path/to/skill

# Search skills in the registry
mpak skill search <query>

# Show skill details
mpak skill show @scope/name

# Download a .skill bundle
mpak skill pull @scope/name

# Install a skill to ~/.claude/skills/
mpak skill install @scope/name

# List installed skills
mpak skill list

Configuration

# Set config values for a package
mpak config set @scope/name api_key=xxx

# View stored config (values are masked)
mpak config get @scope/name

# List packages with config
mpak config list

# Clear config
mpak config clear @scope/name
mpak config clear @scope/name api_key

Development

# Build
pnpm build

# Run tests
pnpm test

# Type checking
pnpm typecheck

# Lint
pnpm lint

License

Apache-2.0

Keywords

mcp

FAQs

Package last updated on 08 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts