Labsco
MCP SERVER

Redmine MCP Server for Cline

by ilask

File a Redmine issue from inside your editor, without opening Redmine.

Project & Task Management
Summary
It does one thing, at the moment the thing is worth doing.

The issues that never get filed are the ones you notice mid-task, when opening the tracker means losing your place. Keeping creation inside the editor is the whole point; reading and updating still happen in Redmine.

What it is

A small Node server for Redmine, built for the Cline VS Code extension but usable from any MCP client. It creates issues over Redmine's REST API, and publishes projects as a resource — redmine://projects/{project_id} — that a client can read for a project's details.

What you get
  • New issues created in a Redmine project over the REST API
  • A project's details, readable as a resource rather than a tool call
  • Whatever your Redmine account can reach, since it authenticates as you with your own API key
Requirements

Node.js 18 or newer, a Redmine instance with the REST API enabled, and two values in a .env file: your Redmine host and an API key. The key comes from My Account, API access key in Redmine.

Setup effort

Build from source — clone the repository and build it, then point your client at the binary