9506hqwy_redmine_mcp_server

by MCP-Mirror

Mirror of https://github.com/9506hqwy/redmine_mcp_server

About

Redmine MCP Server

This plugin provides a Model Context Protocol server using Server Side Event.

Notes

Features

  • Tool list_issues is all issue listed per project.
  • Tool list_wiki_pages is all wiki page listed per project.
  • Tool read_issue is a issue read.
  • Tool read_wiki_page is a wiki page read.

Installation

  1. Download plugin in Redmine plugin directory. sh git clone https://github.com/9506hqwy/redmine_mcp_server.git
  2. Start Redmine

Exampls

see clients directory.

Tested Environment

  • Redmine (Docker Image)
  • 6.0
  • Database
  • SQLite
  • MySQL 8.0
  • PostgreSQL 12

References