Connects Claude to your Redmine instance so you can manage project issues, time entries, and wiki pages through conversation. You'll reach for this when you want to create or update tickets, query issue status, log time against tasks, or pull project data without switching to the Redmine web interface. The integration runs over stdio and wraps the Redmine REST API, letting you handle common project management workflows directly from your AI chat. Useful if you're already running Redmine for bug tracking or agile project management and want to streamline repetitive admin tasks.
REDMINE_URL*Your Redmine instance URL (e.g., https://redmine.example.com)
REDMINE_API_KEY*secretYour Redmine API key from account settings
REDMINE_USERNAME*Your Redmine username for Basic Authentication
REDMINE_PASSWORD*secretYour Redmine password for Basic Authentication