AI Delivery MCP
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 MCPRun a dry-run delivery for the current feature branch"
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 MCP
AI Delivery MCP exposes tools for automating task delivery:
run_task_deliverycreate_merge_requestupdate_jiragenerate_release_note
The recommended first path is run_task_delivery in dry-run mode. It validates the workflow shape without creating GitLab or Jira side effects.
Setup
npm install
cp .env.example .env
npm test
npm run buildRelated MCP server: Google Jules MCP
Environment
See .env.example for GitLab, Jira, release note, and evidence settings.
Dry-Run Verification
npm run build
DELIVERY_DRY_RUN=true npm run smoke:dry-runExpected output includes:
{
"status": "dry_run",
"evidencePath": "artifacts/delivery-evidence/<timestamp>-DRY-123.json"
}The evidence JSON includes the merge request preview payload, Jira dry-run result, release note markdown, and step-by-step execution status.
MCP Usage
Build the server:
npm run buildRun with stdio:
node dist/src/index.jsConfigure your MCP client to launch node /absolute/path/to/dist/src/index.js with the needed environment variables.
Real Integration Verification
Use a test GitLab project and a test Jira issue first. Run run_task_delivery with dryRun: false, then verify:
GitLab MR title, description, reviewers, labels, or metadata.
Jira comment or transition.
Release note content and evidence JSON.
Definition of Done Evidence
For dry-run verification:
MR preview payload is returned by
run_task_delivery.Jira comment preview is included in the delivery result.
Release note markdown is generated from branch and ticket context.
Evidence JSON is written under
artifacts/delivery-evidence.
For real verification:
Use a test GitLab branch and test Jira issue.
Run
run_task_deliverywithdryRun: false.Capture the GitLab MR URL, Jira comment or transition evidence, and generated release note path.
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.
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/minhtzy/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server