redmine-mcp
redmine-mcp
セルフホスト Redmine(redmine.dokkiitech.dev)を Claude Code から操作するための MCP サーバー(stdio)です。
セットアップ
前提: uv がインストール済みであること。
1. Redmine の API キーを発行する
Redmine にログイン
右上「マイアカウント」→ 右サイドバー「APIアクセスキー」→「表示」
表示されたキーを控える
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 アクセスキー(各自発行) |
| - | 接続先(既定: |
提供ツール
ツール | 説明 |
| プロジェクト一覧 |
| チケット一覧(プロジェクト・ステータス・担当者・件名で絞り込み) |
| チケット詳細(コメント履歴・添付込み) |
| チケット作成 |
| チケット更新(コメント追加・ステータス変更・進捗率など) |
| 全文検索(チケット・Wiki・ニュース等) |
| トラッカー / ステータス / 優先度 / ユーザーの 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
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.
Related MCP Servers
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables Claude Code to directly interact with Redmine project management systems, supporting issue management, project operations, and search features.229MIT
- AlicenseCqualityDmaintenanceModel 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.9044MIT
- AlicenseCqualityBmaintenanceModel 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.9030221MIT
- AlicenseAqualityCmaintenanceEnables natural language interaction with Redmine via Claude Code or other MCP clients, supporting project, issue, and wiki management.111MIT
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.
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/dokkiitech/redmine-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server