Sign In

@ayo-dev/mcp

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ayo-dev/mcp

Ayo MCP server — send_ayo, read_inbox, create_handoff, share_context for Codex & Claude.

latest
Source
npmnpm
Version
0.3.1
Version published
Maintainers
1
Created
Source

@ayo-dev/mcp

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.

Install

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).

Tools

ToolWhat it does
send_ayoPing a teammate or broadcast to the team
read_inboxRead your Ayos (optionally unread-only)
create_handoffHand off work with branch + diff context
share_contextPush your current repo/branch/blocker to the team
resolve_ayoMark an Ayo resolved
set_statusSet your presence/status
team_statusSee who's online and what they're on

Full docs

See the main repository.

MIT © Wilson Overfield

Keywords

ayo

FAQs

Package last updated on 04 Jul 2026

Did you know?

Socket

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.

Install

Related posts