Back to Home
mcpize icon

cli

Verified Safe

by mcpize

Overview

A command-line interface (CLI) tool designed for deploying, managing, and monetizing Model Context Protocol (MCP) servers in the cloud.

Installation

Run Command
node dist/index.js

Environment Variables

  • MCPIZE_TOKEN
  • MCPIZE_SUPABASE_URL
  • MCPIZE_FUNCTIONS_URL
  • MCPIZE_SUPABASE_ANON_KEY
  • MCPIZE_WEB_URL
  • MCPIZE_GATEWAY_DOMAIN
  • NGROK_AUTHTOKEN
  • PORT

Security Notes

The CLI handles authentication securely, using browser-based OAuth with CSRF protection and refresh token rotation. Secrets management (mcpize secrets) is robust, supporting secure input methods and environment isolation. However, there are significant security and privacy implications to note: 1. The `mcpize analyze` command sends the entire local project directory (tarball) to a remote API (`/analyze-repository/tarball`) for manifest generation. This means your complete source code is transmitted to a third-party service, which can be a data privacy concern for proprietary or sensitive intellectual property. 2. The `mcpize init` command downloads project templates from `mcpize/templates` on GitHub. These templates can contain and execute `postInit` scripts, introducing a supply-chain risk. If the template repository were compromised, malicious code could be executed on the user's local machine. 3. The CLI frequently executes external commands (e.g., `npm`, `python`, `git`, `uvicorn`, `tsx`, `cloudflared`) based on user project configuration. While this is standard for a development tool and arguments appear to be handled with basic sanitation (e.g., quoting entry paths), users should be aware that the CLI trusts the scripts defined within their local projects. 4. A Supabase anonymous public key is hardcoded in `src/lib/config.ts`. This is typically designed for client-side access to public data and is not a secret in the traditional sense, but its purpose should be clearly understood.

Similar Servers

Stats

Interest Score0
Security Score5
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2026-01-18

Tags

deploymentCLIserverlessmonetizationAI