9506hqwy_redmine_mcp_server

9506hqwy_redmine_mcp_server

3.2

Redmine MCP Server is an experimental plugin providing a Model Context Protocol server using Server Side Event. It allows listing and reading issues and wiki pages within Redmine projects.

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.
    git clone https://github.com/9506hqwy/redmine_mcp_server.git
    
  2. Start Redmine

Exampls

see directory.

Tested Environment

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

References