Async transport layers for Model Context Protocol - enabling queue-based and webhook communication for MCP servers
asyncmcp is currently in alpha. APIs may change as we refine the implementation based on community feedback.What’s not supported yet:
Direct integration with standard MCP clients (Claude, Cursor, etc.) without using the proxy server. All MCP servers will only work with standard clients through the asyncmcp proxy bridge.
Advanced features like sampling, elicitation are not supported on all transports.
asyncmcp provides custom asynchronous transport layers for the Model Context Protocol (MCP), enabling MCP servers to handle requests through queues, topics, and webhooks rather than requiring immediate responses through standard stdio or HTTP transports.