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