Redmine-MCP-Server

ksyrang/Redmine-MCP-Server

3.1

If you are the rightful owner of Redmine-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Redmine MCP 서버는 Model Context Protocol을 통해 Redmine API와 통합되는 서버로, Claude와 같은 MCP 클라이언트와 함께 사용할 수 있습니다.

Redmine MCP 서버는 Redmine API와의 통합을 통해 다양한 프로젝트 관리 기능을 제공하는 서버입니다. 이 서버는 Model Context Protocol을 사용하여 Redmine과의 상호작용을 가능하게 하며, 이를 통해 이슈 목록 조회, 특정 이슈의 상세 정보 조회, 프로젝트 목록 조회 등의 기능을 지원합니다. 사용자는 로컬 설치 또는 Smithery를 통해 서버를 설치할 수 있으며, Claude와 같은 MCP 클라이언트와의 통합을 통해 더욱 효율적인 프로젝트 관리가 가능합니다.

Features

  • 이슈 목록 조회
  • 특정 이슈 상세 조회
  • 프로젝트 목록 조회

Usages

local installation

bash
npx redmine-mcp-server

smithery installation

bash
npx -y @smithery/cli install @ksyrang/redmine-mcp-server --client claude

claude configuration

{
  "mcpServers": {
    "redmine": {
      "command": "npx",
      "args": ["redmine-mcp-server"],
      "env": {
        "REDMINE_BASE_URL": "your-redmine-url",
        "REDMINE_API_KEY": "your-api-key"
      }
    }
  }
}