Skip to main content
Glama
dokkiitech

redmine-mcp

by dokkiitech

redmine-mcp

セルフホスト Redmine(redmine.dokkiitech.dev)を Claude Code から操作するための MCP サーバー(stdio)です。

セットアップ

前提: uv がインストール済みであること。

1. Redmine の API キーを発行する

  1. Redmine にログイン

  2. 右上「マイアカウント」→ 右サイドバー「APIアクセスキー」→「表示」

  3. 表示されたキーを控える

2. Claude Code に登録する

claude mcp add --scope user redmine \
  --env REDMINE_API_KEY=<自分のAPIキー> \
  -- uvx --from git+https://github.com/dokkiitech/redmine-mcp redmine-mcp

登録後、Claude Code を再起動すると redmine サーバーが接続されます。 確認は claude mcp get redmine

Related MCP server: Redmine MCP Server

環境変数

変数

必須

説明

REDMINE_API_KEY

Redmine の API アクセスキー(各自発行)

REDMINE_URL

-

接続先(既定: https://redmine.dokkiitech.dev)

提供ツール

ツール

説明

list_projects

プロジェクト一覧

list_issues

チケット一覧(プロジェクト・ステータス・担当者・件名で絞り込み)

get_issue

チケット詳細(コメント履歴・添付込み)

create_issue

チケット作成

update_issue

チケット更新(コメント追加・ステータス変更・進捗率など)

search

全文検索(チケット・Wiki・ニュース等)

list_metadata

トラッカー / ステータス / 優先度 / ユーザーの ID 一覧

注意

  • Redmine サーバー(EC2)は 0時〜12時 JST は停止しています。接続エラーが出たら稼働時間帯(12時〜24時 JST)か確認してください

  • Redmine の REST API は不正な値(存在しないカスタムフィールド ID など)をエラーにせず黙って無視します。更新系操作のあとは get_issue で読み返して反映を確認するのが安全です

更新の取り込み

uvx は git リポジトリをキャッシュします。新しいバージョンを取り込むには:

uv cache clean redmine-mcp

開発

git clone https://github.com/dokkiitech/redmine-mcp
cd redmine-mcp
REDMINE_API_KEY=<key> uv run redmine-mcp  # stdio で起動(Ctrl+C で終了)

License

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    D
    maintenance
    A Model Context Protocol server that enables Claude Code to directly interact with Redmine project management systems, supporting issue management, project operations, and search features.
    22
    9
    MIT
  • A
    license
    C
    quality
    D
    maintenance
    Model Context Protocol (MCP) server for Redmine that provides comprehensive access to the Redmine REST API, enabling users to operate Redmine from MCP clients such as Claude Desktop.
    90
    44
    MIT
  • A
    license
    C
    quality
    B
    maintenance
    Model Context Protocol (MCP) server for Redmine that provides comprehensive access to the Redmine REST API. It allows you to operate Redmine from MCP clients such as Claude Desktop.
    90
    302
    21
    MIT

View all related MCP servers

Related MCP Connectors

  • Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer

  • MCP server for generating rough-draft project plans from natural-language prompts.

  • Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.

View all MCP Connectors

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/dokkiitech/redmine-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server