MCP-1st-Birthday/agentbell-mcp-server
0
AgentBell: The Voice Protocol
"Give your Agent a Voice."
AgentBell is a proactive, state-aware MCP Server that speaks before it acts. It solves the "Human-in-the-loop Deadlock" by pushing voice notifications to the client when user attention is needed.
๐ Hackathon Submission (Track 1)
- Track: Building MCP (Consumer)
- Tag:
building-mcp-track-consumer
๐ Key Innovation
Standard MCP servers are passive (waiting for requests). AgentBell introduces Proactive Audio Events. It uses Server-Sent Events (SSE) to push commands to the client, enabling the server to control the user experience.
๐ ๏ธ How to Use
Connect to this server using any MCP Client (like Echo or Claude Desktop) via SSE:
{
"mcpServers": {
"agentbell": {
"url": "https://mcp-1st-birthday-agentbell-voice-server.hf.space/sse",
"transport": "sse"
}
}
}