
Company News
Socket Partners with Replit to Block Malicious Packages in AI-Powered Development
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.
@multiplayer-app/cli
Advanced tools
Multiplayer CLI — AI-powered debugging agent and release management tool.
npm install -g @multiplayer-app/debugging-agent
multiplayer [command] [options]
If no command is provided, the debugging agent starts in TUI mode.
Automatically resolves issues using AI. Connects to the Multiplayer backend and processes incoming issues in real time.
multiplayer [options]
Options can be provided as flags, environment variables, or a .multiplayer/config profile file.
| Flag | Env var | Description |
|---|---|---|
--api-key <key> | MULTIPLAYER_API_KEY | Multiplayer API key |
--dir <path> | MULTIPLAYER_DIR | Project directory (must be a git repo) |
--model <name> | AI_MODEL | AI model (e.g. claude-sonnet-4-6, gpt-4o) |
--model-key <key> | AI_API_KEY | API key for the AI provider (not needed for Claude) |
--model-url <url> | AI_BASE_URL | Optional base URL for OpenAI-compatible APIs |
--headless | MULTIPLAYER_HEADLESS=true | Run without TUI, outputs structured JSON logs |
--profile <name> | MULTIPLAYER_PROFILE | Config profile to use (default: default) |
--name <name> | MULTIPLAYER_AGENT_NAME | Agent name (defaults to hostname) |
--max-concurrent <n> | MULTIPLAYER_MAX_CONCURRENT | Max parallel issues (default: 2) |
--no-git-branch | MULTIPLAYER_NO_GIT_BRANCH=true | Work in current branch — no worktree, no push |
--health-port <port> | MULTIPLAYER_HEALTH_PORT | HTTP health check port (headless only) |
--url <url> | MULTIPLAYER_URL | Multiplayer API base URL |
multiplayer --api-key <key> --dir /path/to/repo --model claude-sonnet-4-6
multiplayer --headless --api-key <key> --dir /path/to/repo --model claude-sonnet-4-6
Create a .multiplayer/config file in your project or home directory:
[default]
api_key = <your-api-key>
dir = /path/to/repo
model = claude-sonnet-4-6
max_concurrent = 2
multiplayer releases create [options]
| Flag | Env var | Description |
|---|---|---|
--api-key <key> | MULTIPLAYER_API_KEY | Multiplayer API key |
--service <name> | SERVICE_NAME | Service name |
--release-version <version> | RELEASE | Release version |
--commit-hash <hash> | COMMIT_HASH | Commit hash |
--repository-url <url> | REPOSITORY_URL | Repository URL |
--release-notes <notes> | RELEASE_NOTES | Release notes (optional) |
--base-url <url> | BASE_URL | API base URL (optional) |
Example:
multiplayer releases create \
--api-key $MULTIPLAYER_API_KEY \
--service my-service \
--release-version 1.2.3 \
--commit-hash abc123 \
--repository-url https://github.com/org/repo
multiplayer deployments create [options]
| Flag | Env var | Description |
|---|---|---|
--api-key <key> | MULTIPLAYER_API_KEY | Multiplayer API key |
--service <name> | SERVICE_NAME | Service name |
--release <version> | RELEASE | Release version |
--environment <name> | ENVIRONMENT | Environment name |
--base-url <url> | BASE_URL | API base URL (optional) |
Example:
multiplayer deployments create \
--api-key $MULTIPLAYER_API_KEY \
--service my-service \
--release 1.2.3 \
--environment production
multiplayer sourcemaps upload <directories...> [options]
| Flag | Env var | Description |
|---|---|---|
--api-key <key> | MULTIPLAYER_API_KEY | Multiplayer API key |
--service <name> | SERVICE_NAME | Service name |
--release <version> | RELEASE | Release version |
--base-url <url> | BASE_URL | API base URL (optional) |
Example:
multiplayer sourcemaps upload ./dist ./build \
--api-key $MULTIPLAYER_API_KEY \
--service my-service \
--release 1.2.3
FAQs
Multiplayer CLI
The npm package @multiplayer-app/cli receives a total of 409 weekly downloads. As such, @multiplayer-app/cli popularity was classified as not popular.
We found that @multiplayer-app/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?

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.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.

Security News
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.

Research
/Security News
Newer packages in this compromise use native extensions and .pth loaders to execute JavaScript stealers in developer environments.