Skip to main content
Glama
andrelaptenok

redmine-mcp-stdio

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REDMINE_URLYesBase URL of your Redmine instance (http/https)
REDMINE_API_KEYYesPersonal API access key
REDMINE_TIMEOUT_MSNoPer-request timeout in milliseconds10000
REDMINE_MAX_RETRIESNoRetries on 429/5xx with exponential backoff2

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_issuesC

List Redmine issues with optional filters and pagination

get_issueA

Get full details of one Redmine issue by id, including attachments and, by default, comments/history (journals)

create_issueC

Create a new Redmine issue

update_issueC

Update fields of an existing Redmine issue

add_commentC

Add a comment (note) to a Redmine issue

list_projectsC

List accessible Redmine projects

get_projectC

Get a project's details, versions and members

log_timeC

Log a time entry against an issue or a project

list_time_entriesB

List time entries, filtered by issue, project, user or date range

list_enumerationsA

List trackers, statuses, priorities and time-entry activities with their IDs

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/andrelaptenok/redmine-mcp-stdio'

If you have feedback or need assistance with the MCP directory API, please join our Discord server