Skip to main content
Glama
s-charvin

ai-delivery-coordination

by s-charvin

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.py

Related 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.jsonlayout 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.git

Tool 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.

Maintenance

ActivityMaintained
ResponsivenessSyncing

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

Related MCP Servers

Latest Blog Posts

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