MCP server that connects Claude with Redmine to check issues and log time automatically at 17h daily.
| Tool name | Description | Destructive? |
|---|---|---|
| gdrive_auth_url | ✓ no | |
| gdrive_auth_complete | ✓ no | |
| gdrive_list_shared_pdfs | ✓ no | |
| gdrive_search | ✓ no | |
| gdrive_read_pdf | ✓ no |
| check_my_issues | ✓ no | |
| get_issue_detail | ✓ no | |
| create_issue | ✓ no | |
| update_issue | ✓ no | |
| upload_file | ✓ no | |
| get_projects | ✓ no | |
| whoami | ✓ no | |
| log_time | ✓ no | |
| get_today_time_log | ✓ no | |
| daily_log_summary | ✓ no | |
| get_time_activities | ✓ no |
{
"mcpServers": {
"redmine": {
"command": "npx",
"args": [
"-y",
"redmine-mcp"
]
}
}
}