loading…
Search for a command to run...
loading…
Changelog AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Changelog AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Changelog AI MCP Server Changelog and versioning tools powered by MEOK AI Labs.
| Tool | Description |
|---|---|
parse_changelog |
Parse a Keep-a-Changelog format changelog into structured data. |
generate_entry |
Generate a changelog entry in Keep-a-Changelog format. |
bump_version |
Bump a semantic version number. |
compare_versions |
Compare two semantic versions and determine their relationship. |
pip install meok-changelog-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"changelog-ai": {
"command": "python",
"args": ["-m", "meok_changelog_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"changelog-ai-mcp": {
"command": "npx",
"args": []
}
}
}