We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/snowild/redmine-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.3.1] - 2025-06-27
### Fixed
- **Documentation Accuracy**: Corrected Claude MCP verification commands
- Replaced invalid `claude mcp test redmine` with `claude mcp list`
- Added `/mcp` slash command as alternative verification method in Claude Code
- Improved installation verification instructions
## [0.3.0] - 2025-06-27
### Added
- π **Environment Variables Reference Table** - Comprehensive documentation of all configuration options
- π **Reinstallation Guide** - Complete step-by-step instructions for updating MCP server
- π§ **Enhanced Log Level Management** - Support for both project-specific and legacy environment variables
- β‘ **FastMCP Compatibility** - Automatic case conversion and synchronization with FastMCP log levels
### Changed
- **Environment Variable Priority System**:
1. `REDMINE_MCP_LOG_LEVEL` (highest priority - project-specific)
2. `LOG_LEVEL` (backward compatibility)
3. `INFO` (default)
- **Configuration Loading Order**: Ensure configuration loads before FastMCP initialization
- **Documentation Structure**: Added dedicated updating section and improved environment variable docs
### Fixed
- **FastMCP Startup Errors**: Resolved case sensitivity issues with log level environment variables
- **Configuration Race Condition**: Fixed issue where FastMCP read environment variables before they were properly set
- **Log Level Validation**: Improved error messages for invalid log level values
### Technical Improvements
- Enhanced config.py with robust log level resolution logic
- Improved server.py initialization sequence
- Better error handling and validation
- Backward compatibility maintained for existing installations
## [0.2.0] - 2025-06-27
### Added
- π― **Time Tracking Support** - Record working hours when adding issue notes
- ποΈ **Parent-Child Issue Relationships** - Full support for issue hierarchies
- π― **Name Parameter Support** - Use names instead of IDs for priorities, statuses, trackers
- π§ **Smart Caching System** - Multi-domain cache with automatic refresh
- π₯ **Enhanced User Management** - Search and manage users by name/login
- β‘ **Cache Refresh Tool** - Manual cache refresh with statistics
### Enhanced Features
- **Name-based Parameters**: All major tools now support name parameters
- Priority names (e.g., "High", "Normal", "Low")
- Status names (e.g., "In Progress", "Resolved")
- Tracker names (e.g., "Bug", "Feature", "Support")
- User names and login names
- **Time Logging**: `add_issue_note` now supports time tracking
- Activity names and IDs
- Flexible date specification
- Private/public note options
- **Intelligent Error Messages**: Show available options when invalid names provided
### Technical Improvements
- Multi-domain cache file support (`~/.redmine_mcp/cache_{domain}_{hash}.json`)
- 24-hour automatic cache refresh
- Comprehensive helper functions for ID lookups
- Enhanced environment variable configuration
## [0.1.0] - 2025-06-26
### Added
- π **Initial Release** of Redmine MCP Server
- β
**Complete MCP Server Architecture** implementation
- π§ **22 Core MCP Tools** for comprehensive Redmine integration
- π **Issue Management Features**
- `get_issue` - Get detailed issue information
- `create_new_issue` - Create new issues
- `update_issue_status` - Update issue status
- `update_issue_content` - Update issue content
- `add_issue_note` - Add issue notes
- `assign_issue` - Assign/unassign issues
- `close_issue` - Close issues
- ποΈ **Project Management Features**
- `get_projects` - Get project lists
- `list_project_issues` - List project issues
- `get_issue_statuses` - Get issue statuses
- `get_trackers` - Get tracker lists
- `get_priorities` - Get priority lists
- `get_time_entry_activities` - Get time tracking activities
- `get_document_categories` - Get document categories
- π₯ **User Management Features**
- `search_users` - Search users by name/login
- `list_users` - List all users
- `get_user` - Get user details
- π **Search Features**
- `search_issues` - Search issues by keywords
- `get_my_issues` - Get issues assigned to current user
- π§ **System Tools**
- `server_info` - Display server information
- `health_check` - Health check and diagnostics
- `refresh_cache` - Manual cache refresh
- π **Complete Authentication and Permission Management**
- π‘οΈ **Data Validation and Error Handling**
- π³ **Docker Test Environment Support**
- π§ͺ **Comprehensive Test Suite** (100% test coverage)
- π **Complete Documentation and Usage Guidelines**
- π **Claude Code Integration Support**
### Technical Implementation
- Built with FastMCP framework
- Python 3.12+ support
- UV package manager integration
- Complete Redmine REST API client
- Environment variable configuration management
- User-friendly error messages and interface
### Documentation
- π README.md - Project overview and quick start guide
- π Installation and setup instructions
- π‘ Usage examples and best practices
- π Complete tool reference
- π§ͺ Testing guides and examples
### Compatibility
- Redmine 4.0+ (recommended 5.0+)
- Claude Code MCP integration
- Cross-platform support (Windows, macOS, Linux)
---
## Version Format Guidelines
- **Added** - New features
- **Changed** - Changes in existing functionality
- **Deprecated** - Soon-to-be removed features
- **Removed** - Removed features
- **Fixed** - Bug fixes
- **Security** - Security-related changes
[Unreleased]: https://github.com/snowild/redmine-mcp/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/snowild/redmine-mcp/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/snowild/redmine-mcp/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/snowild/redmine-mcp/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/snowild/redmine-mcp/releases/tag/v0.1.0