Redmine MCP Server
Manages Redmine issues, projects, time tracking, wiki pages, files, attachments, journals, users, and more via API.
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 all open issues in the API 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).
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.
Latest Blog Posts
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/flor3z-github/redmine-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server