redmine-mcp
MCP server to operate self-hosted Redmine from Claude Code, enabling project and issue management, search, and metadata retrieval via natural language.
README
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。
環境変数
| 変数 | 必須 | 説明 |
|---|---|---|
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
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
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.