
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@ayo-dev/mcp
Advanced tools
Ayo MCP server — send_ayo, read_inbox, create_handoff, share_context for Codex & Claude.
The MCP server for Ayo — lets Codex and Claude Code ping your teammates with work context, read their inbox, and hand off work, without you leaving the agent.
The easiest path is through the CLI, which registers this server with both Claude Code and Codex for you:
npm install -g @ayo-dev/cli
ayo login
ayo mcp install
Or wire it up manually:
# Claude Code (user scope, so it follows you across repos)
claude mcp add -s user ayo -- npx -y @ayo-dev/mcp
# Codex (~/.codex/config.toml)
[mcp_servers.ayo]
command = "npx"
args = ["-y", "@ayo-dev/mcp"]
The server reads your Ayo session from ~/.ayo (created by ayo login).
| Tool | What it does |
|---|---|
send_ayo | Ping a teammate or broadcast to the team |
read_inbox | Read your Ayos (optionally unread-only) |
create_handoff | Hand off work with branch + diff context |
share_context | Push your current repo/branch/blocker to the team |
resolve_ayo | Mark an Ayo resolved |
set_status | Set your presence/status |
team_status | See who's online and what they're on |
See the main repository.
MIT © Wilson Overfield
FAQs
Ayo MCP server — send_ayo, read_inbox, create_handoff, share_context for Codex & Claude.
We found that @ayo-dev/mcp 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.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.