Redmine MCP Server
Enables comprehensive interaction with Redmine project management systems, including issue management (create, update, delete, search), project management, time tracking, user management, wiki page operations, and access to issue statuses, priorities, and trackers.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Redmine MCP Serverlist my open issues in the marketing project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Redmine MCP Server
한국어 | Usage Guide | Contributing
A Model Context Protocol (MCP) server for Redmine. Enables AI assistants to manage issues, projects, time tracking, wiki pages, files, and more.
Quick Start
Stdio (Claude Desktop / VS Code)
{
"mcpServers": {
"redmine": {
"command": "npx",
"args": ["-y", "@flor3z-github/mcp-server-redmine"],
"env": {
"REDMINE_URL": "https://your-redmine.com",
"REDMINE_API_KEY": "your-api-key"
}
}
}
}HTTP (Claude Code / Multi-user)
REDMINE_URL=https://your-redmine.com npm run start:http
claude mcp add --transport http redmine http://localhost:3000/mcp
# Browser opens → Enter Redmine API Key → DoneSee USAGE.md for detailed configuration, Docker deployment, and reverse proxy setup.
Related MCP server: Redmine MCP Server
Features
Issues — List, create, update, delete, search with filters
Projects — List, view details, versions/milestones
Time Tracking — Log entries, manage records, list activities
Users — List, get details, current user info
Wiki — List, create, update, delete pages
Files & Attachments — Upload, list, manage files and attachments
Journals — Update notes
Utilities — Statuses, priorities, trackers, custom API requests, search
Available Tools
Category | Tools |
Issues |
|
Projects |
|
Users |
|
Time Entries |
|
Wiki |
|
Journals |
|
Attachments |
|
Files |
|
Utilities |
|
All tools are prefixed with redmine_ (e.g., redmine_list_issues).
Breaking Changes
redmine_get_issue — Comments Now Opt-in
Issue comments are no longer returned by default. To retrieve comments, use one of:
include_journals=true— returns comments with pagination control viajournals_limit,journals_offset,journals_orderinclude: ["journals"]— same effect, unlessinclude_journalsis explicitly set tofalse
For details and new pagination parameters, see docs/API.md.
Installation
# Direct usage (no install)
npx @flor3z-github/mcp-server-redmine
# Global install
npm install -g @flor3z-github/mcp-server-redmineLicense
Apache License 2.0 — see LICENSE for details.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI assistants to interact with Redmine instances to manage issues, projects, and users. It provides comprehensive tools for issue tracking, project oversight, and user management through the Redmine REST API.Last updated33MIT
- Alicense-qualityDmaintenanceEnables AI applications to interact with Redmine project management systems for issue tracking, time logging, and project management through natural language.Last updated32MIT
- Alicense-qualityAmaintenanceEnables AI assistants to interact with Redmine project management systems through MCP tools, providing access to issues, projects, time tracking, wiki, and more.Last updated61MIT
- Alicense-qualityDmaintenanceEnables AI assistants to interact with Redmine instances, managing issues, projects, and metadata through natural language commands.Last updated13MIT
Related MCP Connectors
Manage projects, tasks, time tracking, and team collaboration through natural language.
Connect AI assistants to ITM Platform projects, tasks, budgets, risks, and team workload.
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gmlee-ncurity/redmine-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server