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.
No reviews yet. Be the first to review!
Sign in to join the conversation
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.