This MCP server implementation provides integration with Redmine, allowing AI assistants to interact with Redmine projects and issues. Developed by ilask, it offers tools for accessing project details and creating new issues through a custom API built on top of the node-redmine library. The server is designed to work with the Cline VS Code extension, making it particularly useful for developers who want to incorporate Redmine project management capabilities into their AI-assisted workflows.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
This tool allows you to create a new issue in Redmine. It takes the following parameters: project_id (string, required): The ID of the project where the issue should be created. subject (string, required): The subject of the issue. description (string, required): The description of the issue.