From mattyp-changelog
Local Python MCP server (mattyp-changelog) for changelog management. Runs changelog_mcp.py script as subprocess to provide related tools and resources.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skillsAdd to your .mcp.json:
{
"mcpServers": {
"mattyp-changelog": {
"command": "python3",
"args": [
"scripts/changelog_mcp.py"
]
}
}
}python3