Redmine MCP Server logo

Redmine MCP Server

by 9506hqwy

This plugin provides a Model Context Protocol server using Server Side Event. It's an experimental plugin for Redmine.

View on GitHub

Last updated: N/A

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 clients directory.

Tested Environment

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

References