Redmine MCP Server

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.

Category
访问服务器

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 projects
  • get_project — Project details
  • create_project — Create project
  • update_project — Update project
  • archive_project — Archive project
  • unarchive_project — Unarchive project
  • delete_project — Delete project

Issues (7)

  • list_issues — List issues with filters
  • get_issue — Issue details
  • create_issue — Create issue
  • update_issue — Update issue
  • delete_issue — Delete issue
  • add_watcher — Add watcher
  • remove_watcher — Remove watcher

Users (8)

  • list_users — List users
  • get_user — User details
  • create_user — Create user
  • update_user — Update user
  • delete_user — Delete user
  • get_current_user — Current user
  • get_my_account — My account
  • update_my_account — Update my account

Time Entries (5)

  • list_time_entries — List time entries
  • get_time_entry — Details
  • create_time_entry — Create
  • update_time_entry — Update
  • delete_time_entry — Delete

Groups (7)

  • list_groups, get_group, create_group, update_group, delete_group
  • add_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_file
  • list_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 project
  • get_agile_sprint — Sprint details
  • create_agile_sprint — Create sprint
  • update_agile_sprint — Update sprint
  • delete_agile_sprint — Delete sprint
  • get_issue_agile_data — Get sprint, story points and position of an issue
  • assign_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

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选