Redmine MCP Server
MCP server for Redmine project management, enabling tools for managing projects, issues, users, time entries, groups, memberships, versions, wiki, news, attachments, search, and Agile sprints via the Redmine REST API.
README
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
Installation
npm install
npm run build
Configuration
Environment variables:
| Variable | Description | Required |
|---|---|---|
REDMINE_URL |
Redmine base URL (e.g. https://redmine.example.com) |
Yes |
REDMINE_API_KEY |
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 build
Architecture
The project follows Clean Architecture:
src/
├── domain/ # Types, interfaces, errors
├── application/ # Services (interfaces) and use cases
└── infrastructure/ # Controllers (HTTP), MCP server, utils
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.