io.github.jztan

redmine-mcp-server

Production-ready MCP server for Redmine with security, pagination, and enterprise features

self-hostedcommunityservice

Package Details

Transportstdio

Environment Variables

REDMINE_URL
Required

URL of your Redmine server (e.g., https://your-redmine-server.com)

REDMINE_USERNAME

Redmine username for authentication (alternative to API key)

REDMINE_PASSWORD
Secret

Redmine password for authentication (alternative to API key)

REDMINE_API_KEY
Secret

Redmine API key for authentication (alternative to username/password)

SERVER_HOST

Host address for the MCP server (default: 0.0.0.0)

Default:0.0.0.0
SERVER_PORT

Port for the MCP server (default: 8000)

Default:8000
PUBLIC_HOST

Public hostname for file download URLs (default: localhost)

Default:localhost
PUBLIC_PORT

Public port for file download URLs (default: 8000)

Default:8000
ATTACHMENTS_DIR

Directory for storing downloaded attachments (default: ./attachments)

Default:./attachments
AUTO_CLEANUP_ENABLED

Enable automatic cleanup of expired files (default: true)

Default:true
CLEANUP_INTERVAL_MINUTES

Interval between cleanup runs in minutes (default: 10)

Default:10
ATTACHMENT_EXPIRES_MINUTES

Default expiry time for attachments in minutes (default: 60)

Default:60