phone-a-friend-mcp
Verified Safeby taylorsatula
Overview
Enables real-time communication between multiple Claude Code instances, allowing one to listen and others to initiate conversations with specific intents.
Installation
python -m phone_a_friend.serverSecurity Notes
The central 'paf-hub' TCP server binds exclusively to localhost (127.0.0.1:7777) by default, significantly limiting network exposure. The system relies on standard JSON parsing for client-hub communication, and no dynamic code execution functions (like `eval` or `exec`) or hardcoded secrets were identified in the provided source code. Overall, the design prioritizes local interaction and safe data handling.
Similar Servers
odooMCP
Acts as a secure intermediary for AI agents (ChatGPT, Google Gemini) to interact with Odoo instances via a JSON-RPC 2.0 compliant API.
qubinode_navigator
Orchestrates infrastructure automation, deployment, and management using an AI-powered multi-agent system, offering validation, self-correction, and RAG-driven assistance.
muiscan-mcp
Facilitates the conversion of Figma UI designs into MUI (Michael UI) web components using an AI model via the Model Context Protocol.
agentic-voice-assistant
An agentic voice-to-voice product discovery assistant performing RAG and web searches over an Amazon product dataset to provide grounded answers.