Redmine-MCP
1
This project is a custom MCP server that integrates with Redmine, allowing VS Code users to manage Redmine projects and issues using the Cline extension. It requires Node.js, a running Redmine instance, and the Cline extension to function.
Redmine MCP Server for Cline
This project is a custom Model Context Protocol (MCP) server integrated with Redmine, facilitating interaction with Redmine projects and issues through the Cline VS Code extension.
Prerequisites
- Node.js (version 18 or newer)
- Running Redmine instance with REST API enabled
- Redmine API key
- Cline VS Code extension
Installation
- Clone the repository
- Install dependencies with npm
Configuration
- Set environment variables in a
.env
file
Adding to Cline
- Configure the MCP settings in VS Code
Available Resources and Tools
redmine://projects/{project_id}
: Access Redmine project detailscreate_issue
: Tool to create a new issue in Redmine