Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REDMINE_URLYesURL of your Redmine instance (e.g., https://redmine.example.com)
REDMINE_API_KEYYesAPI key from your account settings
REDMINE_PASSWORDYesPassword for Basic Authentication
REDMINE_USERNAMEYesUsername for Basic Authentication

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_issuesC

Get a list of Redmine issues/tickets with optional filters. Returns paginated results with issue details including status, priority, assignee, and more.

get_issueB

Get detailed information about a specific Redmine issue/ticket by ID. Includes journals (history), attachments, and relations.

get_projectsB

Get a list of all Redmine projects. Returns paginated results with project details.

get_projectC

Get detailed information about a specific Redmine project by ID.

get_project_membersA

Get a list of project members in a specific Redmine project. Returns paginated results with member details, user info, and their roles in the project.

get_project_versionsC

Get a list of versions for a specific project.

search_issuesB

Search for Redmine issues/tickets by keyword in the subject field. Returns paginated results.

get_time_entriesB

Get time entries logged in Redmine. Can be filtered by project, user, and date range.

create_issueC

Create a new issue/ticket in Redmine. Returns the created issue with its ID and details.

update_issueC

Update an existing Redmine issue/ticket. Only provided fields will be updated.

add_commentA

Add a comment/note to an existing Redmine issue. This is a simple way to add comments without updating other issue fields.

delete_issueC

Delete a Redmine issue/ticket by ID.

log_timeC

Log time stats for an issue or project.

get_time_entry_activitiesB

Get list of time entry activities (e.g. Design, Development).

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/vfa-khuongdv/mcp_readmine'

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