logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Redmine-MCP-Server

Integrate Redmine with MCP clients to query issue lists, view detailed issue information, and retrieve project lists. Access Redmine data directly through seamless connections using environment variables for configuration.

Author

Redmine-MCP-Server logo

ksyrang

MIT License

Quick Info

GitHub GitHub Stars 1
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

redminemcpmanagementredmine mcpaccess redmineredmine data

Redmine MCP 서버

smithery badge

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

로컬 설치

npx redmine-mcp-server

Installing via Smithery

To install Redmine Integration Server for Claude Desktop automatically via Smithery:

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

Claude 구성 예시

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

지원되는 기능

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

See Also

`