ai-delivery-coordination
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ai-delivery-coordinationcheck the stall report for the delivery loop"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AI Delivery Coordination
Companion orchestration engine for ai-delivery-kit. Exposes an MCP server for tool-based integration; the kit skill layer must not import this package — use MCP only.
Quick start
python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
pytest tests/unit --ignore=tests/unit/test_task10_crew.py --ignore=tests/unit/test_crew_bridge.pyRelated MCP server: LLM Bus
ai-delivery-kit bridge
orchestration/skill_bridge.py loads .ai-delivery/requirements/<req-id>/status.json into a pipeline view and can flush execution-segment statuses (in_dev / merged / blocked_*) back before reconcile runs.
MCP loop tools: start_loop, stop_loop, loop_status, stall_report, intervene_loop.
Operator guide in ai-delivery-kit: .agents/skills/ai-delivery-orchestrator/references/coordination-mcp-bridge.md.
Layout contract
Reads the same project-binding.json → layout paths as ai-delivery-kit (config/paths.py). No skill-layer Python imports.
Repository layout
Vendored in ai-delivery-kit as the ai-delivery-coordination/ git submodule. Clone the kit with:
git clone --recurse-submodules https://github.com/s-charvin/ai-delivery-kit.gitThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceMCP server that enables AI agents to run a deterministic orchestration loop with decomposition, subagent execution, and review feedback across multiple LLM backends.53MIT
- AlicenseBqualityCmaintenanceMCP server that provides a live coordination layer for AI agents, including attributable handoffs, a shared event ledger, atomic work-claiming, and advisory file leases to prevent collisions.277AGPL 3.0
- Flicense-qualityCmaintenanceMulti-model agent orchestration MCP server that enables plan-code-review-deliver pipelines with configurable providers and models.
- Alicense-qualityAmaintenanceExposes a governed, provenance-grounded autonomous delivery pipeline as an MCP server, enabling AI coding assistants like Claude Code or Codex to initiate requirements-to-PR workflows with human approval gates and full audit.7MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
The official MCP Server from Mia-Platform to interact with Mia-Platform Console
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/s-charvin/ai-delivery-coordination'
If you have feedback or need assistance with the MCP directory API, please join our Discord server