🎩 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 from the mpak registry

latest
Source
npmnpm
Version
0.5.0
Version published
Maintainers
2
Created
Source

@nimblebrain/mpak

CLI for downloading MCPB bundles from the mpak registry.

Installation

npm install -g @nimblebrain/mpak

Usage

Search bundles:

mpak search <query>

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

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 23 Jul 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