Skip to main content
Glama
flor3z-github

Redmine MCP Server

Redmine MCP Server

npm version License Node.js CI

한국어 | Usage Guide | Contributing

A Model Context Protocol (MCP) server for Redmine. Enables AI assistants to manage issues, projects, time tracking, wiki pages, files, and more.

Quick Start

Stdio (Claude Desktop / VS Code)

{
  "mcpServers": {
    "redmine": {
      "command": "npx",
      "args": ["-y", "@flor3z-github/mcp-server-redmine"],
      "env": {
        "REDMINE_URL": "https://your-redmine.com",
        "REDMINE_API_KEY": "your-api-key"
      }
    }
  }
}

HTTP (Claude Code / Multi-user)

REDMINE_URL=https://your-redmine.com npm run start:http
claude mcp add --transport http redmine http://localhost:3000/mcp
# Browser opens → Enter Redmine API Key → Done

See USAGE.md for detailed configuration, Docker deployment, and reverse proxy setup.

Related MCP server: redmine-mcp-server

Features

  • Issues — List, create, update, delete, search with filters

  • Projects — List, view details, versions/milestones

  • Time Tracking — Log entries, manage records, list activities

  • Users — List, get details, current user info

  • Wiki — List, create, update, delete pages

  • Files & Attachments — Upload, list, manage files and attachments

  • Journals — Update notes

  • Utilities — Statuses, priorities, trackers, custom API requests, search

Available Tools

Category

Tools

Issues

list_issues, get_issue, create_issue, update_issue, delete_issue

Projects

list_projects, get_project, get_project_versions

Users

list_users, get_current_user, get_user

Time Entries

list_time_entries, get_time_entry, create_time_entry, update_time_entry, delete_time_entry, list_time_entry_activities

Wiki

list_wiki_pages, get_wiki_page, create_or_update_wiki_page, delete_wiki_page

Journals

update_journal

Attachments

get_attachment, update_attachment, delete_attachment

Files

list_files, create_file, upload_file

Utilities

list_statuses, list_priorities, list_trackers, custom_request, search

All tools are prefixed with redmine_ (e.g., redmine_list_issues).

Breaking Changes

redmine_get_issue — Comments Now Opt-in

Issue comments are no longer returned by default. To retrieve comments, use one of:

  • include_journals=true — returns comments with pagination control via journals_limit, journals_offset, journals_order

  • include: ["journals"] — same effect, unless include_journals is explicitly set to false

For details and new pagination parameters, see docs/API.md.

Installation

# Direct usage (no install)
npx @flor3z-github/mcp-server-redmine

# Global install
npm install -g @flor3z-github/mcp-server-redmine

License

Apache License 2.0 — see LICENSE for details.

Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
34dResponse time
Release cycle
Releases (12mo)
Commit activity
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.

  • Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/flor3z-github/redmine-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server