Redmine Enhanced MCP Server
Related Servers
Alternatives to Redmine Enhanced MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceConnects Claude Desktop to Redmine for seamless project and issue management, including searching, creating, updating, and tracking tasks using Redmine's API.1652,097 PyPI243Mozilla Public 2.0
- FlicenseNot gradedqualityCmaintenanceEnables AI clients (Cursor, Claude Desktop) to manage Redmine issues, projects, time tracking, and wiki pages through natural language.9 npm1-
- AlicenseNot gradedqualityBmaintenanceBrings Redmine issue tracking into Claude Code with tools for reading, creating, and updating tickets, plus a /fix-bug skill for automated bug fixing.MIT
- AlicenseAqualityDmaintenanceEnables natural language interaction with Redmine via Claude Code or other MCP clients, supporting project, issue, and wiki management.111MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI applications to interact with Redmine project management systems for issue tracking, time logging, and project management through natural language.4 npmMIT
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to create, update, and query Redmine issues and projects directly from conversations.294 npmMIT
TDQS
Scored across 5 tools
The tools are mostly distinct: upload/download file operations, generic API request, and path discovery. However, redmine_paths_info and redmine_paths_list have overlapping purposes (both deal with paths), though their specific outputs differ.
All tools follow a consistent 'redmine_' prefix with descriptive suffixes (download, paths_info, paths_list, request, upload). The naming pattern is uniform and predictable.
With 5 tools, the server is well-scoped for a Redmine integration. It provides essential file upload/download, a generic API request tool, and discovery tools, avoiding unnecessary bloat.
The generic redmine_request tool covers all Redmine API endpoints, so agents can perform any operation. However, there are no dedicated tools for common tasks like issue CRUD or project management, which may make the server less intuitive.