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: orchestrator-mcp
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.gitTool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This 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 Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Guarded MCP server for agent-readable business truth, provenance, readiness, and discovery.
MCP server for progressive tool usage at any scale (see https://klavis.ai)
MCP server that lets AI assistants use all OneSchema features exposed via the public API.
Related MCP Servers
- 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.279AGPL 3.0
- FlicenseNot gradedqualityCmaintenanceMulti-model agent orchestration MCP server that enables plan-code-review-deliver pipelines with configurable providers and models.-
- AlicenseNot gradedqualityAmaintenanceExposes 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.10MIT
- FlicenseNot gradedqualityBmaintenanceMCP server orchestrating local multi-agent workflows with gated lifecycle, handoff events, and host-level continuation.-
Appeared in Searches
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