MCP.so
登录

Template Redmine Plugin

@9506hqwy

关于 Template Redmine Plugin

This plugin provides a Model Context Protocol server using Streamable HTTP.

基本信息

分类

开发工具

许可证

GPL-2.0

运行时

ruby

传输方式

stdio

发布者

9506hqwy

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Template Redmine Plugin?

Template Redmine Plugin is an experimental Redmine plugin that provides a Model Context Protocol (MCP) server using Streamable HTTP. It allows clients to list and read issues and wiki pages per project via MCP tools. It uses protocol version 2025-11-25.

How to use Template Redmine Plugin?

Clone the repository into your Redmine plugins directory (git clone https://github.com/9506hqwy/redmine_mcp_server.git) and restart Redmine. The HTTP endpoint is unauthenticated and does not support Server-Side Events (Accept: text/event-stream). Example client code is available in the clients directory.

Key features of Template Redmine Plugin

  • Tool list_issues lists all issues per project.
  • Tool list_wiki_pages lists all wiki pages per project.
  • Tool read_issue reads a single issue.
  • Tool read_wiki_page reads a single wiki page.
  • Streamable HTTP transport (no SSE support).
  • No authentication required on the HTTP endpoint.

Use cases of Template Redmine Plugin

  • Fetch all issues from a Redmine project via an MCP client.
  • Read details of a specific issue using its ID.
  • List all wiki pages in a project programmatically.
  • Retrieve the content of a specific wiki page.
  • Integrate Redmine data into AI‑powered tools that speak MCP.

FAQ from Template Redmine Plugin

Is authentication supported on the HTTP endpoint?

No. The README explicitly states the HTTP endpoint does not have authenticate.

What protocol version does the plugin use?

It uses MCP protocol version 2025-11-25.

Does the plugin support Server-Side Events (SSE)?

No. The endpoint does not accept text/event-stream; only Streamable HTTP is supported.

What database backends have been tested?

SQLite, MySQL 8.0, and PostgreSQL 14.

Which Redmine versions are tested?

Redmine Docker images 6.0 and 6.1.

评论

开发工具 分类下的更多 MCP 服务器