Skip to main content
Glama
ssoma-dev

MCP Server for Lychee Redmine

by ssoma-dev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLog level: DEBUG, INFO, WARN, ERRORINFO
LYCHEE_REDMINE_URLYesYour Lychee Redmine instance URL (HTTPS required)
LYCHEE_REDMINE_API_KEYYesYour Redmine API key

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_projects

Get list of accessible projects from Lychee Redmine. Supports pagination.

get_project

Get project details by ID from Lychee Redmine. Returns project name, description, status, and members.

search_issues

Search issues in Lychee Redmine. Filter by project, status, assignee, or keyword. Supports pagination.

create_issue

Create a new issue in Lychee Redmine. Requires project_id and subject. Optional: description, priority, assignee, due date.

update_issue

Update an existing issue in Lychee Redmine. Partial updates supported - only specify fields to change.

get_users

Get list of users from Lychee Redmine. Filter by status (active, locked, all). Supports pagination.

get_project_members

Get members and their roles for a specific project in Lychee Redmine. Includes user and group memberships. Supports pagination.

get_schedule

Get schedule information for a project in Lychee Redmine. Returns start/end dates, progress, milestones, dependencies, and optional critical path analysis.

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/ssoma-dev/mcp-server-lychee-redmine'

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