redmine.cli
A fast, modern CLI for Redmine project management.
$ redmine issues list --project api --assignee me
ID TRACKER STATUS PRIORITY SUBJECT
312 Bug In Progress High Fix auth timeout
298 Feature Open Normal Add webhook support
285 Feature Open Normal CSV export for reports
$ redmine issues close 312 --notes "Fixed in v2.1.3"
✓ Issue #312 closed
01 CAPABILITIES
01 ISS
Issues
Create, list, update, close, and browse with full filtering support.
02 TIM
Time Tracking
Log hours, filter by project or date, view running summaries.
03 PRJ
Projects
Manage projects, memberships, and version milestones end-to-end.
04 RES
Name Resolution
Use human names instead of numeric IDs for trackers, statuses, users.
05 FMT
Output Formats
Table, wide, JSON and CSV — equally suited for reading or scripting.
06 AGT
AI Agent Ready
Bundled skill and built-in MCP server, works with any compatible agent or host.
02 DROP INTO YOUR AGENT
Skill plus MCP server, vendor-neutral. Pick your host:
npx skills add aarondpn/redmine-cli/plugin marketplace add aarondpn/redmine-cli/plugin install redmine@redmine-clicodex plugin marketplace add aarondpn/redmine-cli/plugins # install Redmine from the added marketplacegemini extensions install https://github.com/aarondpn/redmine-cliredmine mcp serveOpen standards: Agent Skills (35+ agents) + Model Context Protocol. Full host snippets in the AI agent guide.
03 QUICKSTART
Install Homebrew, install script, go install, or manual download.
Configure Profiles, env vars, and global flags explained.
First commands Issues, time tracking, search — up and running in minutes.
AI agent integration Install the skill or run the built-in MCP server.
04 CREW