Back to Home
modelcontextprotocol icon

mcpb

Verified Safe

by modelcontextprotocol

Overview

A CLI toolchain for developing, validating, packing, and signing MCP (Model Context Protocol) Bundles for AI desktop applications, with experimental UV runtime support for Python.

Installation

Run Command
mcpb pack .

Security Notes

The server code demonstrates good security practices, especially in file unpacking with explicit 'Path traversal attempt detected' checks to prevent zip slip attacks. Uses 'child_process.execFile' for OS-level certificate verification (`openssl`, `security`, `powershell`) and self-signed certificate generation, which is a controlled use of external commands. Variable replacement in `mcp_config` patterns using `new RegExp` is present; while keys are typically simple, arbitrary user input as a key could theoretically pose a regex injection risk if not sufficiently sanitized upstream, though this is a low practical risk given the context of configuration keys. No 'eval' or obvious hardcoded secrets were found.

Similar Servers

Stats

Interest Score100
Security Score8
Cost ClassLow
Stars1584
Forks144
Last Update2025-12-04

Tags

MCPBundleCLIToolchainPython