
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
@morphllm/morph-setup
Advanced tools
One-line installer for Morph MCP and bundled skills. Also includes a2a-review, which creates an AI "twin" that reviews PRs in your style.
npx -y @morphllm/morph-setup
The CLI will guide you through selecting which apps to install to.
npx -y @morphllm/morph-setup --morph-api-key <your-key>
Or set the environment variable:
MORPH_API_KEY=<your-key> npx -y @morphllm/morph-setup
npx -y @morphllm/morph-setup -y
Set up an AI twin that reviews PRs using your coding preferences, learned from your CLAUDE.md files.
npx -y @morphllm/morph-setup --morph-api-key <your-key> --a2a-review
The CLI will:
gh CLI or git config)All arguments can be passed explicitly to skip prompts:
npx -y @morphllm/morph-setup \
--morph-api-key sk-... \
--a2a-review \
--github-username octocat \
--claude-md ~/.claude/CLAUDE.md ./CLAUDE.md
When --claude-md is not provided, the CLI scans automatically:
~/.claude/CLAUDE.md (global config, highest priority)<cwd>/CLAUDE.md and parent directories (walks up to root)~/.claude/**/CLAUDE.md (recursive, any nested CLAUDE.md)~/.claude/**/agents/*.md (agent definition files)Skipped directories: plans, cache, skills, plugins, memory, worktrees, node_modules, .git
Combined content is truncated at ~100k tokens if it exceeds the limit.
| Flag | Description |
|---|---|
--a2a-review | Enter a2a-review setup mode |
--github-username <name> | GitHub username (skips auto-detection) |
--claude-md <paths...> | Explicit CLAUDE.md file paths (skips auto-scan) |
--morph-api-key <key> | Morph API key (or set MORPH_API_KEY env var) |
A ~500-word review personality profile covering:
This personality is injected into the system prompt when the twin reviews PRs, steering its focus areas and tone to match the developer.
Each developer runs the CLI with their own API key:
npx -y @morphllm/morph-setup --morph-api-key <THEIR_KEY> --a2a-review
Manage twins at: https://morphllm.com/dashboard/integrations/github
MIT
FAQs
Install Morph MCP and bundled skills onto coding agents
The npm package @morphllm/morph-setup receives a total of 478 weekly downloads. As such, @morphllm/morph-setup popularity was classified as not popular.
We found that @morphllm/morph-setup demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.