
Changelog Ai Mcp
- Updated June 15, 2026
- CSOAI-ORG/changelog-ai-mcp
changelog-ai-mcp is a MCP server that helps AI agents generate and manage changelog-oriented release content over stdio.
About
changelog-ai-mcp is a stdio Model Context Protocol server packaged on PyPI by MEOK AI Labs, version 1.0.4, aimed at developers who want agents to help produce changelogs and release narratives without maintaining a separate writing pipeline. After you register it in Claude Code, Cursor, Codex, or a generic MCP client, prompts can lean on server tools instead of you summarizing git history by hand—especially valuable when you ship often as a one-person team and need crisp notes for email, product updates, and README sections at the same time. Skillselion places it under Ship → Launch because the outcome is customer-visible communication artifacts, even though you might also reuse outputs in Grow content later. Confirm the exact tool names in the GitHub repo because the public server card is summary-level. Pair with your existing git tags, semantic versioning discipline, and review pass before publishing user-facing text.
- changelog-ai-mcp stdio MCP from MEOK AI Labs version 1.0.4
- PyPI package identifier changelog-ai-mcp for agent hosts
- GitHub repository CSOAI-ORG/changelog-ai-mcp for updates
- Targets AI-assisted changelog drafting tied to shipping cadence
- MCP bridge for docs-style release output—not a standalone changelog SaaS
Changelog Ai Mcp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add changelog-ai-mcp -- uvx changelog-ai-mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | changelog-ai-mcp |
|---|---|
| Transport | STDIO |
| Auth | None |
| Last updated | June 15, 2026 |
| Repository | CSOAI-ORG/changelog-ai-mcp ↗ |
What it does
Hook your agent to changelog-ai-mcp so release notes, version summaries, and ship comms stay consistent every time you tag a build.
Who is it for?
Best when you release frequently and want MCP-native changelog assistance inside your coding agent.
Skip if: Skip if you already use a fully automated changelog SaaS with legal review gates and no desire for agent-mediated drafts.
What you get
Once installed, your agent can drive changelog-ai-mcp so each release gets structured notes with less manual copy-paste from git logs.
- Agent-generated changelog drafts per release
- Reusable MCP workflow for version announcement copy
By the numbers
- Server version 1.0.4
- Transport: stdio
- PyPI identifier: changelog-ai-mcp
README.md
Changelog Ai MCP
Changelog generator MCP — parse commits, categorise changes, generate release notes, semantic ver...
Changelog generator MCP — parse commits, categorise changes, generate release notes, semantic versioning. MIT.
🚀 Quick Start
# Install via pip
pip install changelog_ai_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install changelog-ai-mcp --client claude
✨ Features
- MCP protocol compliant
- Easy installation
- Well-documented API
- Production-ready
- Active maintenance
📖 Documentation
🛡️ Compliance
This MCP server is built with EU AI Act compliance built-in:
- ✅ Article 9 — Risk Management System
- ✅ Article 13 — Transparency & Instructions for Use
- ✅ Article 15 — Bias Detection & Testing
- ✅ Article 26 — FRIA Support (where applicable)
- ✅ Article 50 — AI Content Watermarking (where applicable)
Need help getting compliant? Book a free 15-min diagnostic →
🏢 Enterprise
Need custom development, SLA guarantees, or white-label deployment?
- Pro: $99/mo — Full MCP suite + EU AI Act tracking
- Enterprise: $499/mo — Custom dev + SLA + Dedicated support
View Pricing → | Contact Sales →
🤝 Part of the MEOK Ecosystem
This server is part of the MEOK AI Labs ecosystem — 300+ MCP servers for sovereign AI governance.
| Domain | Purpose |
|---|---|
| councilof.ai | EU AI Act compliance marketplace |
| safetyof.ai | AI safety & monitoring |
| meok.ai | Sovereign AI platform |
| cobolbridge.ai | Legacy modernization |
📜 License
MIT © CSOAI-ORG
Built with 💜 by MEOK AI Labs · UK Companies House 16939677
Each tier above the free self-host adds HMAC-signed attestations verifiable at `verify.meok.ai`. Linux Foundation governance on the A2A spine means EU regulated buyers can deploy without vendor-lock-in objections.💸 Try MEOK in 30 seconds — instant buy ladder
| Tier | Price | What you get | Stripe |
|---|---|---|---|
| Smoke test | £1 | Signed sample MCP-Hardening report + Article 50 PDF | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Quick Kit | £9 | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Founder Call | £29 | 30-min 1-on-1 with the founder | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
Refundable. UK Stripe — VAT-clean. Builds on the 81-MCP MEOK fleet. Verify any signed report at https://meok.ai/verify.
Configuration
Add to your claude_desktop_config.json (Claude Desktop) or your MCP client config:
{
"mcpServers": {
"changelog-ai-mcp": {
"command": "uvx",
"args": ["changelog-ai-mcp"]
}
}
}
Or: pip install changelog-ai-mcp then run the changelog-ai-mcp command (stdio transport).
Examples
Once configured, ask your assistant, for example:
- "Use
parse_changelogto …" - "Use
generate_entryto …" - "Use
bump_versionto …"
Recommended MCP Servers
How it compares
Release-docs MCP integration, not a full product analytics suite or app-store ASO toolkit.
FAQ
Who is changelog-ai-mcp for?
Developers using AI agents who want changelog and ship-note help through a stdio MCP server from MEOK AI Labs.
When should I use changelog-ai-mcp?
Use it at Ship launch when you are packaging a version, writing customer-facing notes, or syncing README and announcement copy.
How do I add changelog-ai-mcp to my agent?
Install the PyPI package changelog-ai-mcp, add stdio MCP configuration with that identifier, grant repo or changelog context in prompts, and invoke tools after each release branch.