Redmine MCP Server
Provides tools for interacting with Redmine's API, enabling AI agents to manage issues, projects, wiki pages, time entries, attachments, versions, relations, watchers, and checklists on a Redmine instance.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Redmine MCP Servershow me the latest 5 high-priority issues in project 'Website'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Redmine MCP Server
Standalone stdio Model Context Protocol server for Redmine.
It provides MCP tools for Redmine issues, projects, metadata, wiki pages, time entries, attachments, versions, relations, watchers, and Redmine Checklists.
Requirements
Node.js 18.17 or newer
Redmine REST API enabled
Redmine API key with the required project permissions
Redmine Checklists plugin, only when checklist tools are used
Related MCP server: Redmine MCP server for Cursor
Installation
Homebrew:
brew install weirdo-adam/tap/redmine-mcp-serverLocal checkout:
scripts/install-local.shUsage
export REDMINE_BASE_URL="https://redmine.example.com"
export REDMINE_API_KEY="your-api-key"
export REDMINE_MCP_READ_ONLY=true
redmine-mcp-serverDevelopment checkout:
export REDMINE_BASE_URL="https://redmine.example.com"
export REDMINE_API_KEY="your-api-key"
npm startThe server communicates over newline-delimited JSON-RPC on stdin/stdout. Logs and diagnostics are written to stderr.
MCP Client Examples
Claude Code:
claude mcp add redmine \
--transport stdio \
--env REDMINE_BASE_URL=https://redmine.example.com \
--env REDMINE_API_KEY=your-api-key \
--env REDMINE_MCP_READ_ONLY=true \
-- redmine-mcp-serverCodex CLI:
codex mcp add \
--env REDMINE_BASE_URL=https://redmine.example.com \
--env REDMINE_API_KEY=your-api-key \
--env REDMINE_MCP_READ_ONLY=true \
redmine -- redmine-mcp-serverCodex config.toml:
[mcp_servers.redmine]
command = "redmine-mcp-server"
args = []
[mcp_servers.redmine.env]
REDMINE_BASE_URL = "https://redmine.example.com"
REDMINE_API_KEY = "your-api-key"
REDMINE_MCP_READ_ONLY = "true"Configuration
Variable | Required | Default | Description |
| Yes | none | Redmine base URL. |
| Yes | none | Redmine REST API key. |
| No |
| Hide and reject write tools. |
| No |
| Expose destructive delete/remove tools. |
| No |
| HTTP request timeout in milliseconds. |
Additional feature flags and complete client examples are documented in docs/client-configuration.md.
Development
scripts/check.sh
scripts/package-release.shRelease archives are written to dist/:
redmine-mcp-server-<version>.tar.gz
redmine-mcp-server-<version>.tar.gz.sha256Security
Permissions are determined by the configured Redmine API key. Use the least
privileged key practical for the target project, and enable
REDMINE_MCP_READ_ONLY=true when write operations are not required.
See SECURITY.md for vulnerability reporting.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/weirdo-adam/redmine-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server