
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.
CodeCrew: A Model Context Protocol (MCP) server for AI-powered code analysis and multi-agent collaboration
Build your AI team with your existing subscriptions
Transform Claude, Gemini, and Copilot into a collaborative development team. No extra costs—just your existing AI subscriptions working together.
Bring AI agents directly into your team's workspace:
@claude, @gemini, @copilot work together in real-time# Install
npm install -g codecrew
# Initialize
codecrew init
# Check system
codecrew doctor
# Try it out
codecrew query "@claude analyze my code"
codecrew execute "@claude create a login component"
# Start CodeCrew in your Slack workspace
codecrew slack
# Your team can now:
# - @mention AI agents in channels
# - Maintain context in threads
# - Share AI insights with the whole team
👉 Complete Slack Setup Guide →
codecrew query "@claude review this code"
codecrew execute "@gemini optimize performance"
codecrew query "@claude @gemini @copilot compare approaches"
codecrew mcp # VS Code, Claude Desktop, Cursor
# Read-only analysis
codecrew query "@claude explain this function"
# File creation/modification
codecrew execute "@claude implement user authentication"
# Parallel tasks
codecrew execute "@claude create tests" "@gemini write docs"
# Pipeline workflows
codecrew query "@architect design API" | \
codecrew execute "@backend implement it"
# Thread-based conversations
codecrew query "@claude design login" --thread "auth-feature"
codecrew execute "@claude implement it" --thread "auth-feature"
# Let @codecrew create agents for you
codecrew execute "@codecrew Create a Python expert agent"
codecrew execute "@codecrew Create a React specialist with TypeScript"
codecrew execute "@codecrew Create a DevOps agent for Docker"
# Test your new agent
codecrew query "@python_expert Review my code"
Create agents.yaml:
agents:
- id: "frontend_dev"
name: "React Expert"
provider: "claude"
working_directory: "./src"
inline:
type: "agent"
system_prompt: |
You are a senior React developer.
Provide detailed examples and best practices.
MIT License - Copyright (c) 2025 SowonLabs
Built by SowonLabs
FAQs
CodeCrew: A Model Context Protocol (MCP) server for AI-powered code analysis and multi-agent collaboration
The npm package codecrew receives a total of 7 weekly downloads. As such, codecrew popularity was classified as not popular.
We found that codecrew demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.