If you build software, keep a changelog.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"keep-a-changelog": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-keep-a-changelog"
]
}
}
}