Changerawr MCP Server
A Model Context Protocol (MCP) server for Changerawr, enabling AI assistants like Claude to manage changelogs, projects, and content through natural language.
Features
🚀 Project Management
- List, create, update, and delete projects
- Configure project settings (public visibility, auto-publish, approval requirements)
📝 Changelog Management
- Create, update, publish, and unpublish changelog entries
- Support for versioning and tagging
- Markdown content with rich formatting
🏷️ Tag Organization
- Create and manage tags for organizing entries
- Project-specific tag management
📊 Analytics & Insights
- Get dashboard statistics and analytics
- Track project information
🔧 Project Settings
- Update project configuration
- Manage default tags and publishing settings
Installation & Setup
Prerequisites
- Node.js 18+ installed
- Access to a Changerawr instance
- An admin API key from Changerawr
1. Clone the Repository
2. Install Dependencies
3. Get Your Changerawr API Key
- Log in to your Changerawr admin panel
- Navigate to Settings → API Keys
- Create a new API key with admin permissions
- Copy the key (format:
chr_...
)
4. Configure Claude Desktop
Add this configuration to your Claude Desktop config.json
:
Windows Location: %APPDATA%\Claude\config.json
macOS Location: ~/Library/Application Support/Claude/config.json
Important: Replace the path with your actual project location and update the environment variables:
CHANGERAWR_API_KEY
: Your actual API key from ChangerawrCHANGERAWR_BASE_URL
: Your Changerawr instance URL
5. Restart Claude Desktop
Close Claude Desktop completely and restart it for the configuration to take effect.
Usage Examples
Project Management
Create a new project:
"Create a new project called 'Mobile App' with auto-publish enabled and make it public"
List all projects:
"Show me all my projects in Changerawr"
Update project settings:
"Make the Mobile App project private and require approval for all changes"
Changelog Management
Create a draft changelog entry:
"Create a changelog entry for version 2.1.0 titled 'Enhanced Search Features' with details about the new search functionality"
Create and publish immediately:
"Create and immediately publish a changelog entry for version 2.1.1 about bug fixes"
Publish a draft:
"Show me unpublished changelog entries and publish the one about enhanced security"
Update an existing entry:
"Update the changelog entry with ID xyz to include information about performance improvements"
Tag Management
List tags for a project:
"Show me all tags available for the Mobile App project"
Create a new tag:
"Create a new tag called 'Security Update' for the Mobile App project"
Analytics
Get dashboard statistics:
"Show me the dashboard statistics and recent activity"
Available Tools
The MCP server provides 22 tools for comprehensive Changerawr management:
Project Tools (5)
list_projects
- List all projectsget_project
- Get project detailscreate_project
- Create new projectupdate_project
- Update project settingsdelete_project
- Delete project (admin)
Changelog Tools (8)
list_changelog_entries
- List changelog entries with filteringget_changelog_entry
- Get specific entry detailscreate_changelog_entry
- Create new draft entryupdate_changelog_entry
- Update existing entrypublish_changelog_entry
- Publish entry to make it publicunpublish_changelog_entry
- Hide entry from publicdelete_changelog_entry
- Delete entry permanently (admin)create_and_publish_changelog_entry
- Create and publish in one step
Tag Tools (3)
list_tags
- List tags for a projectcreate_tag
- Create new project tagdelete_tag
- Delete tag (limited API support)
Settings Tools (2)
get_project_settings
- Get project configurationupdate_project_settings
- Update project settings
Analytics Tools (1)
get_dashboard_stats
- Get dashboard statistics
Resources (3)
changerawr://projects
- List of all projectschangerawr://projects/{projectId}/changelog
- Project changelog entrieschangerawr://tags
- Available tags
Workflows
Draft → Review → Publish (Recommended)
- Create Draft:
create_changelog_entry
- Creates unpublished entry - Review Content: Edit and review the content
- Publish:
publish_changelog_entry
- Makes it visible to users
Immediate Publishing
- Create & Publish:
create_and_publish_changelog_entry
- One-step process
Admin Permissions
All API keys have admin access, enabling:
- ✅ Instant project creation/deletion
- ✅ Immediate publish/unpublish
- ✅ Direct entry deletion
- ✅ Full project settings control
- ✅ Tag management
Troubleshooting
Connection Issues
- Verify API key: Ensure it starts with
chr_
and has admin permissions - Check URL: Verify your Changerawr instance URL is correct
- Test connection: Try accessing your Changerawr instance in a browser
Claude Desktop Issues
- Check logs: Windows:
%APPDATA%\Claude\logs\
- Restart completely: Close Claude Desktop from system tray
- Verify config path: Ensure the file path in config.json is correct
Tool Failures
- Check stderr output: The MCP server logs detailed error information
- Verify project IDs: Ensure you're using correct project/entry IDs
- API permissions: Confirm your API key has admin access
Development
Run in Development Mode
Testing Tools
Use the MCP Inspector for testing:
Environment Variables
Variable | Required | Description |
---|---|---|
CHANGERAWR_API_KEY | ✅ | Your Changerawr API key (starts with chr_ ) |
CHANGERAWR_BASE_URL | ✅ | Your Changerawr instance URL |
NODE_ENV | ❌ | Set to development for detailed logging |
Architecture
Security
- Uses Changerawr's existing API key authentication
- Respects admin permissions and role-based access
- All operations logged via Changerawr's audit system
- Input validation and error handling for safe operations
License
MIT License - see LICENSE file for details
Support
For issues and questions:
- Check the troubleshooting section above
- Review Claude Desktop logs for detailed error information
- Ensure your Changerawr instance is accessible and API key is valid
This server cannot be installed
A Model Context Protocol server that enables AI assistants like Claude to manage changelogs, projects, and content through natural language interactions with Changerawr instances.
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that enables AI assistants like Claude to perform Python development tasks through file operations, code analysis, project management, and safe code execution.Last updated -1Python
- -securityAlicense-qualityA Model Context Protocol server that connects Claude and other MCP clients to Aider, enabling AI assistants to efficiently edit files, create new files, and interact with git repositories through natural language.Last updated -9PythonThe Unlicense
- -securityAlicense-qualityA Model Context Protocol server that enables AI assistants like Claude to interact directly with Home Assistant, allowing them to query device states, control smart home entities, and perform automation tasks.Last updated -15PythonMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables AI assistants like Claude to interact with Jira, allowing for project management tasks such as listing projects, searching issues, creating tickets, and managing sprints through natural language queries.Last updated -151TypeScriptMIT License