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