Template Redmine Plugin
@9506hqwy
About Template Redmine Plugin
This plugin provides a Model Context Protocol server using Streamable HTTP.
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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_issueslists all issues per project. - Tool
list_wiki_pageslists all wiki pages per project. - Tool
read_issuereads a single issue. - Tool
read_wiki_pagereads 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.
Frequently asked questions
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.
Basic information
More Developer Tools MCP servers
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
AptiBuild AI — Career Intelligence
ParklandBuildsAptiBuild AI MCP Server — career, labor market, and business idea intelligence for AI agents. 11 tools covering real-time FRED labor market signals, BLS wage data (126 occupations), AI-generated app ideas, career paths,
Comments