By aarondpn
Manage Redmine projects, issues, time entries, users, groups, wiki pages, and versions directly from Claude Code using CLI commands via bundled agent skill and local MCP server for API access. Requires Redmine URL and API key; runs subprocesses for seamless integration into coding workflows.
npx claudepluginhub aarondpn/redmine-cli --plugin redmine
A command-line interface for Redmine project management.
Installation · Getting Started · AI Agents
brew tap aarondpn/tap
brew install redmine
This also installs shell completions for bash, zsh, and fish.
curl -fsSL https://raw.githubusercontent.com/aarondpn/redmine-cli/main/install.sh | bash
Auto-detects your OS and architecture, downloads the latest release with checksum verification, and installs to ~/.local/bin.
go install github.com/aarondpn/redmine-cli/v2/cmd/redmine@latest
Grab the latest release for your platform from GitHub Releases:
| Platform | Architecture | Download |
|---|---|---|
| Linux | x86_64 | redmine-cli-linux-amd64.tar.gz |
| Linux | ARM64 | redmine-cli-linux-arm64.tar.gz |
| macOS | Intel | redmine-cli-darwin-amd64.tar.gz |
| macOS | Apple Silicon | redmine-cli-darwin-arm64.tar.gz |
| Windows | x86_64 | redmine-cli-windows-amd64.zip |
redmine update
Downloads and verifies the latest release via SHA256 checksum before replacing the binary.
# Configure your Redmine server and API key
redmine auth login
# List issues
redmine issues list
# View a specific issue
redmine issues view 123
# Log time
redmine time log
Run redmine --help to see all available commands.
redmine-cli ships an Agent Skill (the open SKILL.md standard, supported by 35+ agents) and a built-in MCP server. Both are vendor-neutral - pick the one-liner that matches your tool:
| Tool | One-line install |
|---|---|
| Any agent (skill) | npx skills add aarondpn/redmine-cli |
| Any MCP host | redmine mcp serve (then add to host config) |
| Claude Code | /plugin marketplace add aarondpn/redmine-cli then /plugin install redmine |
| Codex CLI | codex plugin marketplace add aarondpn/redmine-cli then /plugins (install Redmine from the added marketplace) |
| Gemini CLI | gemini extensions install https://github.com/aarondpn/redmine-cli |
The skill teaches the agent the non-obvious parts of the CLI (output formats, name resolution, pagination, common workflows). The MCP server exposes the same operations as typed tool calls, read-only by default, with per-group / per-tool allow- and deny-lists.
Full configuration, host-specific snippets (Claude Desktop, Cursor, Zed, VS Code), and write-tool gating: see the AI Agent Integration guide.
Local E2E testing against a real Redmine instance (Docker, supported on Redmine 4.2, 5.1, 6.1): see e2e/README.md.
Providers (GitHub/GitLab/Jira/ClickUp/Slack/Fireflies/Confluence), MCP server, and 24 skills with token-aware output compression.
Share bugs, ideas, or general feedback.
Linear MCP integration for issue tracking with workflow best practices skill.
ClickUp CLI skills for managing tasks, sprints, comments, checklists, custom fields, tags, and time tracking via the cup command
Linear issue tracking integration and workflow management
Claude Code skill pack for ClickUp (24 skills)
Commands for task management and project tracking