What is the changelogai MCP server?
Generate changelogs and suggest semver bumps from git history
How to install changelogai
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"changelogai": {
"command": "node",
"args": [
"-y",
"@ura-dev/changelogai",
"changelogai-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"changelogai": {
"command": "node",
"args": [
"-y",
"@ura-dev/changelogai",
"changelogai-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"changelogai": {
"command": "node",
"args": [
"-y",
"@ura-dev/changelogai",
"changelogai-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"changelogai": {
"type": "stdio",
"command": "node",
"args": [
"-y",
"@ura-dev/changelogai",
"changelogai-mcp"
]
}
}
}Claude Code
claude mcp add changelogai -- node -y @ura-dev/changelogai changelogai-mcpRelated MCP servers
Structured observability for AI agents. Trace steps, decisions, and errors. MCP server + CLI viewer.