Redmine MCP Server
Provides tools to interact with a Redmine instance, including managing projects, issues, users, time entries, groups, memberships, versions, issue categories, issue relations, wiki pages, news, attachments, files, search, enumerations, catalogs, roles, journals, and Agile Sprints (via the RedmineUP Agile plugin).
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"
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
MCP (Model Context Protocol) server for Redmine, built with TypeScript.
Requirements
Node.js 18+
A Redmine instance with REST API enabled
Redmine API Key
Related MCP server: mcp-redmine-server
Installation
npm install
npm run buildConfiguration
Environment variables:
Variable | Description | Required |
| Redmine base URL (e.g. | Yes |
| Redmine API Key | Yes |
Usage with VS Code / Claude Desktop
Add to your MCP configuration file:
{
"mcpServers": {
"redmine": {
"command": "npx",
"args": ["-y", "redmine-server-mcp@latest"]
"env": {
"REDMINE_URL": "https://redmine.example.com",
"REDMINE_API_KEY": "your-api-key"
}
}
}
}Available Tools
Projects (7)
list_projects— List projectsget_project— Project detailscreate_project— Create projectupdate_project— Update projectarchive_project— Archive projectunarchive_project— Unarchive projectdelete_project— Delete project
Issues (7)
list_issues— List issues with filtersget_issue— Issue detailscreate_issue— Create issueupdate_issue— Update issuedelete_issue— Delete issueadd_watcher— Add watcherremove_watcher— Remove watcher
Users (8)
list_users— List usersget_user— User detailscreate_user— Create userupdate_user— Update userdelete_user— Delete userget_current_user— Current userget_my_account— My accountupdate_my_account— Update my account
Time Entries (5)
list_time_entries— List time entriesget_time_entry— Detailscreate_time_entry— Createupdate_time_entry— Updatedelete_time_entry— Delete
Groups (7)
list_groups,get_group,create_group,update_group,delete_groupadd_user_to_group,remove_user_from_group
Memberships (5)
list_project_memberships,get_membership,create_project_membership,update_membership,delete_membership
Versions (5)
list_project_versions,get_version,create_version,update_version,delete_version
Issue Categories (5)
list_issue_categories,get_issue_category,create_issue_category,update_issue_category,delete_issue_category
Issue Relations (4)
list_issue_relations,get_issue_relation,create_issue_relation,delete_issue_relation
Wiki (5)
list_wiki_pages,get_wiki_page,get_wiki_page_version,create_or_update_wiki_page,delete_wiki_page
News (5)
list_all_news,list_project_news,get_news,create_news,update_news
Attachments & Files (6)
get_attachment,update_attachment,delete_attachment,upload_filelist_project_files,create_project_file
Search (2)
search,search_in_project
Enumerations (3)
list_issue_priorities,list_time_entry_activities,list_document_categories
Catalogs (4)
list_trackers,list_issue_statuses,list_custom_fields,list_queries
Roles (2)
list_roles,get_role
Journals (1)
update_journal
Agile Sprints — RedmineUP Agile plugin (7)
Requires the RedmineUP Agile plugin installed in your Redmine instance.
list_agile_sprints— List sprints of a projectget_agile_sprint— Sprint detailscreate_agile_sprint— Create sprintupdate_agile_sprint— Update sprintdelete_agile_sprint— Delete sprintget_issue_agile_data— Get sprint, story points and position of an issueassign_issue_to_sprint— Assign (or remove) an issue to a sprint
Development
npm run dev # Run in development mode
npm test # Run tests
npm run build # Production buildArchitecture
The project follows Clean Architecture:
src/
├── domain/ # Types, interfaces, errors
├── application/ # Services (interfaces) and use cases
└── infrastructure/ # Controllers (HTTP), MCP server, utilsLicense
MIT
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
- Flicense-qualityDmaintenanceAn MCP server providing 63 tools to interact with Redmine instances, covering issues, projects, time entries, and wiki pages. It utilizes streamable HTTP transport and supports per-client authentication for secure management of Redmine resources.Last updated15
- Flicense-qualityCmaintenanceMCP server for Redmine integration, enabling AI assistants to manage issues, upload files, automate workflows, and handle wiki pages.Last updated
- FlicenseAqualityDmaintenanceAn MCP server that connects AI agents to Redmine project data, enabling natural language access to issues, projects, time entries, and more via the REST API.Last updated21
- AlicenseBqualityBmaintenanceMCP server that provides access to the Redmine REST API, enabling issue tracking, project management, and more through natural language.Last updated2633MIT
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
MCP server for generating rough-draft project plans from natural-language prompts.
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
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/GonzaloRando03/redmine-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server