- Paigy
Paigy
Paigy is a voice inbox for AI coding agents. When an agent needs your input — mid-task, blocked, or done with something long-running — it can text, push, ring your phone with a banner, or place an actual phone call and read the question aloud, so you can reply by voice instead of babysitting a terminal.
Without Paigy, a long agent session means one of two bad options: sit and watch the terminal so you don't miss the moment it needs you, or walk away and come back to a task that stalled an hour ago waiting on a question you never saw. Paigy closes that gap — the moment your agent actually needs a decision, your phone gets pulled into the loop with the level of urgency that matches the moment (a silent inbox card, a quiet push, a banner, or a real ringing call), so you find out immediately instead of on your next check-in. Answer by voice or text and the reply lands back with the agent exactly like any other tool response, so it just continues — no copy-pasting, no reopening the terminal. It also pairs with the native Paigy iOS app, so a call rings through like a real phone call (CallKit) even when your phone is locked, and you can glance at or reply to anything from the lock screen.
Works with
Standard MCP server (stdio, TypeScript) — no client-specific code anywhere, verified over the raw protocol against a non-Claude client identity.
- Claude Code (plugin + marketplace)
- Codex CLI
- Gemini CLI
- Any other MCP client via standard config: Cline, Continue.dev, Zed, Cursor, Goose, mcphost — including local-model setups over Ollama, LM Studio, or llama.cpp
Install
{
"mcpServers": {
"paigy": {
"command": "npx",
"args": ["-y", "@paigy/mcp@latest"]
}
}
}
Then pair your phone: npx -y -p @paigy/mcp@latest paigy-mcp-onboard
- GitHub: https://github.com/paigy-ai/mcp
- npm: https://www.npmjs.com/package/@paigy/mcp
- Homepage: https://paigy.ai
Server Config
{
"mcpServers": {
"paigy": {
"command": "npx",
"args": [
"-y",
"@paigy/mcp@latest"
]
}
}
}