drio
Open app

Redmine MCP Server

Source

Mirror of

Catalog onlyCatalog onlySTDIO

Overview

Redmine MCP Server is an implementation of the Model Context Protocol (MCP) that integrates with Redmine's REST API to provide ticket and project information to large language models (LLMs).

To use the Redmine MCP Server, configure it with your Redmine server URL and API key, and run it using the provided command structure. Ensure that the REST API is enabled in your Redmine settings.

  • Supports stable resources from Redmine REST API including Issues, Projects, Users, and Time Entries. - Allows searching, creating, updating, and deleting of issues and projects. - Provides detailed time entry management.
  1. Automating project management tasks through LLMs.
  2. Integrating Redmine data with AI applications for enhanced decision-making.
  3. Streamlining issue tracking and project updates.

Add to your AI client

Use these steps to connect Redmine MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "yonaka15-mcp-server-redmine-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-yonaka15-mcp-server-redmine-mcp-mirror"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "yonaka15-mcp-server-redmine-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-yonaka15-mcp-server-redmine-mcp-mirror"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "yonaka15-mcp-server-redmine-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-yonaka15-mcp-server-redmine-mcp-mirror"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "yonaka15-mcp-server-redmine-mcp-mirror": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-yonaka15-mcp-server-redmine-mcp-mirror"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "yonaka15-mcp-server-redmine-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-yonaka15-mcp-server-redmine-mcp-mirror"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "yonaka15-mcp-server-redmine-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-yonaka15-mcp-server-redmine-mcp-mirror"
      ]
    }
  }
}

FAQ

How do I get an API key?

Enable REST API in Redmine admin settings and obtain the API key from the user settings page.

What are the requirements for running the server?

Node.js 18 or higher and npm 9 or higher are required.

Are there any permissions needed for certain operations?

Yes, some user-related operations require administrator privileges.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1008,"uuid":"c0f3c508-4e3e-419c-8c4f-f20ea472eda2","name":"yonaka15_mcp-server-redmine","title":"Redmine MCP Server","description":"Mirror of","avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","created_at":"2025-01-28T02:26:35.364Z","updated_at":"2025-02-23T07:19:42.660Z","status":"created","author_name":"MCP-Mirror","author_avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","tags":"mcp-server,redmine,api-integration","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/MCP-Mirror/yonaka15_mcp-server-redmine","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/b85bbbd3d3b32a6e8ab76365cdd74e676bc58c74641ffb8e0df7bab08f18d8ad/68747470733a2f2f676c616d612e61692f6d63702f736572766572732f353565673975333663672f6261646765","type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]