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
qubinode_navigator
An AI-enhanced infrastructure automation platform that uses a multi-agent LLM architecture and RAG to manage hypervisor deployments, VMs, and cloud resources, providing context-aware guidance and troubleshooting.
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.
n8n-mcp-server-custom
This server acts as a Model Context Protocol (MCP) intermediary, enabling AI assistants like Antigravity to interact with and manage n8n automation workflows via its REST API.