π
Server Redmine
MCP server for Redmine REST API
0 installs
Trust: 37 β Low
Productivity
Ask AI about Server Redmine
Powered by Claude Β· Grounded in docs
I know everything about Server Redmine. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Redmine MCP Server
νκ΅μ΄ | Usage Guide | Contributing
A Model Context Protocol (MCP) server for Redmine. Enables AI assistants to manage issues, projects, time tracking, wiki pages, files, and more.
Quick Start
Stdio (Claude Desktop / VS Code)
{
"mcpServers": {
"redmine": {
"command": "npx",
"args": ["-y", "@flor3z-github/mcp-server-redmine"],
"env": {
"REDMINE_URL": "https://your-redmine.com",
"REDMINE_API_KEY": "your-api-key"
}
}
}
}
HTTP (Claude Code / Multi-user)
REDMINE_URL=https://your-redmine.com npm run start:http
claude mcp add --transport http redmine http://localhost:3000/mcp
# Browser opens β Enter Redmine API Key β Done
See USAGE.md for detailed configuration, Docker deployment, and reverse proxy setup.
Features
- Issues β List, create, update, delete, search with filters
- Projects β List, view details, versions/milestones
- Time Tracking β Log entries, manage records, list activities
- Users β List, get details, current user info
- Wiki β List, create, update, delete pages
- Files & Attachments β Upload, list, manage files and attachments
- Journals β Update notes
- Utilities β Statuses, priorities, trackers, custom API requests, search
Available Tools
| Category | Tools |
|---|---|
| Issues | list_issues, get_issue, create_issue, update_issue, delete_issue |
| Projects | list_projects, get_project, get_project_versions |
| Users | list_users, get_current_user, get_user |
| Time Entries | list_time_entries, get_time_entry, create_time_entry, update_time_entry, delete_time_entry, list_time_entry_activities |
| Wiki | list_wiki_pages, get_wiki_page, create_or_update_wiki_page, delete_wiki_page |
| Journals | update_journal |
| Attachments | get_attachment, update_attachment, delete_attachment |
| Files | list_files, create_file, upload_file |
| Utilities | list_statuses, list_priorities, list_trackers, custom_request, search |
All tools are prefixed with redmine_ (e.g., redmine_list_issues).
Installation
# Direct usage (no install)
npx @flor3z-github/mcp-server-redmine
# Global install
npm install -g @flor3z-github/mcp-server-redmine
License
Apache License 2.0 β see LICENSE for details.
