Show HN: asyncmcp – Run MCP over async transport via AWS SNS+SQS

28 bharatgel 3 7/10/2025, 5:04:00 PM github.com ↗

Comments (3)

criticalpudding · 5h ago
This is perfect for my use case! I'm building a MCP tool that can take 4~10 minutes to complete, and I'm using exactly what you described in README (having another MCP tool for models to poll results) to solve the async problem, which is not ideal. Hope this gets adopted more widely!
awsanswers · 18h ago
Strongly agree with this approach. Real world task specific LLM query workloads tend to be long lived workflows. They should be brokered and handled rather than wait on.
bharatgel · 17h ago
Thanks, glad it resonates :)