Redmine-MCP

Redmine-MCP

3.2

If you are the rightful owner of Redmine-MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Redmine MCP Server for Cline integrates Redmine with the Cline VS Code extension, enabling interaction with Redmine projects and issues.

The Redmine MCP Server for Cline is a custom Model Context Protocol server designed to facilitate seamless interaction between Redmine and the Cline VS Code extension. This server allows users to manage Redmine projects and issues directly from their VS Code environment, enhancing productivity and streamlining workflows. By leveraging the Redmine REST API, the server provides tools and resources to create and access project data efficiently. Users must have Node.js installed, a running Redmine instance with the REST API enabled, and the Cline extension configured in VS Code. The server setup involves cloning the repository, installing dependencies, and configuring environment variables. Once set up, users can add the server to Cline and start managing Redmine projects and issues through the extension.

Features

  • Integration with Redmine via REST API
  • Direct interaction with Redmine projects and issues from VS Code
  • Customizable server settings through Cline
  • Secure configuration using environment variables
  • Automatic server detection and startup in Cline

Tools

  1. create_issue

    Allows creation of a new issue in Redmine with specified project ID, subject, and description.