Provides integration with Lychee Redmine project management system, enabling AI assistants to interact with Redmine's API for project management tasks.
MCP Server for Lychee Redmine
Model Context Protocol (MCP) server for integrating Lychee Redmine project management with AI assistants like Claude.
Requirements
Node.js 22.18.0 or higher
Lychee Redmine instance with API access
Installation
Configuration
Set the following environment variables:
LYCHEE_REDMINE_URL: Your Lychee Redmine instance URL (HTTPS required)LYCHEE_REDMINE_API_KEY: Your Redmine API keyLOG_LEVEL: (Optional) Log level: DEBUG, INFO, WARN, ERROR (default: INFO)
Development
Architecture
This MCP server follows Domain-Driven Design principles with clear separation:
/src/server/- MCP Server Core/src/redmine/- Redmine Integration/src/config/- Configuration Management/src/utils/- Utilities (Logger, Error Handler, Retry Handler)
License
MIT