📡 MCP Radar

smollini/AgentQueueMcp

Firewall-friendly messaging for AI agents: MCP server that turns one Azure Storage account into an addressed multi-agent message bus. Pull-only, zero inbound ports.

3 stars
0 forks
C#
momentum ▲ 6.0
created 2026-07-07
on radar since 2026-07-10
agent-communicationai-agentsazureazure-storageclaudecsharpdotnetmcpmodel-context-protocolmulti-agent
View on GitHub ↗

About AgentQueueMcp

Firewall-friendly messaging for AI agents. One Azure Storage account becomes an addressed, multi-agent message bus — pull-only, zero inbound ports, zero servers to host, costs pennies.

You have AI agents on machines you cannot open ports on — dev boxes at different customers, VMs in different networks, laptops behind NAT. They need to delegate work to each other and talk back. Web hooks, tunnels and hosted brokers are all non-starters in locked-down environments. The move: don't connect the machines at all. Every agent polls its own inbox queue over outbound HTTPS; an envelope contract gives you addressing, replies and multi-turn conversations. This repo is that idea as a production-ready MCP (Model Context Protocol) server in C / .NET 8 — usable from Claude Code or any MCP client.

Every agent has a name and its own inbox queue (inbox-, created automatically). Messages are addressed envelopes, so N agents can talk to each other and replies always know where to go:

Multi-turn conversations are supported: a worker can send a question back mid-task, the orchestrator answers with info in the same conversationId, then the result arrives — all through the same two tools.

Built on the official ModelContextProtocol C SDK and Azure.Storage.Queues.

Then, in Claude Code on the orchestrator machine:

"Send a task to worker-a: analyse X and report back." → sendtask

"Check the inbox." → getmessages → work → sendresult → ackmessage

From the project README.

Maintaining this server?

Add the radar badge to your README — it shows your project was picked up by MCP Radar and links to this page:

[![On MCP Radar](https://mcp.liqiwa.com/badge.svg)](https://mcp.liqiwa.com/s/smollini--AgentQueueMcp.html)

Related MCP servers

luckeyfaraday/frontier-orchestrator

Multi-agent orchestration for Claude Code: MCP server + skill that keeps Claude as lead engineer while delegating backend work to OpenAI Codex and frontend/design work to Kimi

⭐ 6TypeScript
Azure-Samples/foundry-hosted-agents-workshop

A hands-on, step-by-step workshop for building a Travel Assistant agent on Microsoft Foundry hosted agents with the Agent Framework - growing from a single agent to a multi-agent planner with function

⭐ 3Python
OneInterface/stormy-cookbook

Open-source cookbook for the Stormy Social Data API and MCP server (Model Context Protocol) — one REST API for the TikTok API, YouTube API, Instagram API, LinkedIn API, X (Twitter) API and Reddit API.

⭐ 72
regiellis/godot-mcp-go

Control a running Godot 4.7 editor and game directly from the terminal. Includes a Go CLI, editor addon, 312 commands, and an MCP server with dynamically generated tool schemas.

⭐ 25GDScript
alexpilotto/uxon-ai

MCP server and Claude skills for PPC landing pages, A/B experiments, and first-party conversion tracking. Build Google Ads and Meta pages, run cross-domain experiments, and pull CRO reports via the UX

⭐ 23
TipRanks/mcp

Official TipRanks MCP server — live analyst ratings, Smart Score, technicals, options, insider/hedge-fund activity, ETFs, and your TipRanks portfolios for AI agents. Hosted at mcp.tipranks.com/mcp/.

⭐ 13

📬 Get the weekly radar in your inbox

The top new MCP servers of the week, every Monday. No spam, unsubscribe anytime.