Sandbox
@aarondpn/redmine-cli

Redmine CLI with MCP server and skill pack

redmine-cli gives you a terminal client for Redmine issue, time, project, and account workflows. It also exposes those same actions to agents through an agent skill and an MCP server, so you can use the tool yourself or let Claude Code, Codex, or Gemini CLI call it.

44 stars6 forksGoUpdated 9d ago
Who it's for

Builders who manage Redmine work and want one command set for both terminal use and agent calls.

What it delivers

You can manage Redmine tasks from the terminal and let your agent call the same operations without re-learning the workflow.

What it does

Terminal Redmine commands

Provides commands such as `redmine auth login`, `redmine issues list`, `redmine issues view`, and `redmine time log`.

Agent skill pack

Ships a `SKILL.md`-based skill that teaches agents the CLI details like output formats, name resolution, pagination, and common workflows.

MCP server

Exposes Redmine actions as typed tool calls through `redmine mcp serve`, with read-only defaults and allow/deny controls.

Claude Code and Codex plugin manifests

Includes plugin files under `.claude-plugin/` and `.codex-plugin/` for marketplace install flows.

Completion and release tooling

Includes shell completions, update flow, and Go release/install scripts for local use and distribution.

How to get it

  1. 1Run
    brew tap aarondpn/tap
    brew install redmine
  2. 2Run
    curl -fsSL https://raw.githubusercontent.com/aarondpn/redmine-cli/main/install.sh | bash
  3. 3Run
    go install github.com/aarondpn/redmine-cli/v2/cmd/redmine@latest
  4. 4Run
    redmine update

README

redmine-cli logo

redmine-cli

A command-line interface for Redmine project management.

English · 简体中文 · 日本語

CI Release Go License

Redmine 4.x Redmine 5.x Redmine 6.x Redmine 7.x

Installation · Getting Started · AI Agents

Installation

Homebrew (macOS & Linux)

brew tap aarondpn/tap
brew install redmine

This also installs shell completions for bash, zsh, and fish.

Quick Install Script

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.

Install with Go

go install github.com/aarondpn/redmine-cli/v2/cmd/redmine@latest

Manual Download

Grab the latest release for your platform from GitHub Releases:

PlatformArchitectureDownload
Linuxx86_64redmine-cli-linux-amd64.tar.gz
LinuxARM64redmine-cli-linux-arm64.tar.gz
macOSIntelredmine-cli-darwin-amd64.tar.gz
macOSApple Siliconredmine-cli-darwin-arm64.tar.gz
Windowsx86_64redmine-cli-windows-amd64.zip

Updating

redmine update

Downloads and verifies the latest release via SHA256 checksum before replacing the binary.

Getting Started

# 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.

Using with AI Agents

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:

ToolOne-line install
Any agent (skill)npx skills add aarondpn/redmine-cli
Any MCP hostredmine mcp serve (then add to host config)
Claude Code/plugin marketplace add aarondpn/redmine-cli then /plugin install redmine
Codex CLIcodex plugin marketplace add aarondpn/redmine-cli then /plugins (install Redmine from the added marketplace)
Gemini CLIgemini 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.

Development

Local E2E testing against a real Redmine instance (Docker, supported on Redmine 4.2, 5.1, 6.1, 7.0): see e2e/README.md.

Files in the repo

Repository payload25 top-level entries
  • .claude-plugin
  • .codex-plugin
  • .github
  • cmd
  • completions
  • docs
  • e2e
  • install
  • internal
  • prompts
  • skills
  • .gitignore
  • .golangci.yml
  • .goreleaser.yaml
  • gemini-extension.json
  • go.mod
  • go.sum
  • install.sh
  • LICENSE
  • Makefile
  • README.ja.md
  • README.md
  • README.zh-CN.md
  • renovate.json
  • SECURITY.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More tools

JuliusBrussee/
caveman

🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman

105k
1 add
MemPalace/
mempalace

The best-benchmarked open-source AI memory system. And it's free.

59k
stablyai/
orca

Orca is the ADE for working with a fleet of parallel agents. Run any coding agent with your own subscription. Available on desktop, mobile and remote runtime.

66k

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

132k

Never stop coding. Free MIT AI gateway: one endpoint, 352 providers (150+ free), 1200+ models Kimi, Claude, GPT, Gemini, GLM, DeepSeek, MiniMax. Works with Claude Code, Codex, Cursor, OpenCode, Cline & Copilot. Quota-aware auto-fallback, RTK+Caveman compression saves 15-95% tokens, MCP/A2A, Desktop/PWA. Built by 550+ contributors

64k
headroomlabs-ai/
headroom

Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.

71k