Skip to main content
Glama
sendelufa

Redmine MCP Server

by sendelufa

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REDMINE_API_KEYYesYour Redmine API key for authentication
REDMINE_BASE_URLYesThe base URL of the Redmine instance (e.g., https://project.my-redmine.com)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
redmine_get_issue_contextA

Get Redmine issue by task key (e.g., PROJECT-123): returns JSON with id/key/tracker/subject/description/comments.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 1 tool

Disambiguation5/5

With only a single tool, there is no possibility of confusion between tools. The tool's purpose is clearly scoped to retrieving Redmine issue context by task key.

Naming Consistency5/5

The tool name follows a clear snake_case verb_noun pattern with a server-specific prefix. With only one tool, there are no mixed conventions or inconsistencies to penalize.

Tool Count2/5

A single tool for a Redmine server is far too few for the implied scope. The server name suggests a broader integration, and one tool provides minimal utility, making the count inappropriate.

Completeness1/5

The tool surface is severely incomplete for a Redmine integration. It only offers a read operation, lacking create, update, delete, list, search, or comment functionality, which are essential for meaningful issue management.

Maintenance

ActivityInactive
ResponsivenessNo issues