redmine_mcp_server

redmine_mcp_server

1

The Redmine MCP Server plugin offers a setup for a Model Context Protocol server utilizing Server Side Event technology. It is still an experimental concept, allowing users to list and read issues and wiki pages per project on a Redmine instance. It supports various databases such as SQLite, MySQL, and PostgreSQL.

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