Back to Home
mcpize icon

cli

Verified Safe

by mcpize

Overview

A command-line interface (CLI) tool designed to help developers deploy, manage, and monetize Model Context Protocol (MCP) servers in the cloud, offering local development, authentication, logging, and secret management.

Installation

Run Command
mcpize <command>

Environment Variables

  • MCPIZE_TOKEN
  • MCPIZE_SUPABASE_URL
  • MCPIZE_FUNCTIONS_URL
  • MCPIZE_SUPABASE_ANON_KEY

Security Notes

The CLI uses `execSync` for tasks like git initialization and dependency installation (`npm install`, `uv sync`, `composer install`). While `execSync` can be a security risk if user input is not sanitized, in this context, it executes developer-defined scripts and system tools on the local machine, which is typical for development CLIs. Network communication uses HTTPS and JWTs, with session data stored securely (0o600 permissions) in `~/.mcpize/config.json`. A public Supabase 'anon key' is hardcoded, which is acceptable for client-side authentication initiation.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Stars0
Forks0
Last Update2025-12-06

Tags

CLIDeploymentServerlessCloud ManagementMCP