Redmine MCP Server
by snowild
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Legacy log level (backward compatibility) | |
| REDMINE_DOMAIN | Yes | Redmine server URL (e.g., https://redmine.example.com) | |
| REDMINE_API_KEY | Yes | Your Redmine API access key | |
| REDMINE_TIMEOUT | No | Legacy timeout (backward compatibility) | |
| REDMINE_MCP_HOST | No | SSE bind address | 0.0.0.0 |
| REDMINE_MCP_PORT | No | SSE listen port | 8000 |
| REDMINE_MCP_TIMEOUT | No | Request timeout in seconds | 30 |
| REDMINE_MCP_LOG_LEVEL | No | Log level for this MCP server (DEBUG, INFO, WARNING, ERROR) | INFO |
| REDMINE_MCP_TRANSPORT | No | Transport mode (stdio or sse) | stdio |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| server_info | 取得服務器資訊和狀態 |
| health_check | 健康檢查工具,確認服務器正常運作 |
| get_issue | |
| update_issue_status | |
| list_project_issues | |
| get_issue_statuses | |
| get_trackers | |
| get_priorities | |
| get_time_entry_activities | |
| get_document_categories | |
| get_projects | |
| search_issues | |
| update_issue_content | |
| add_issue_note | |
| assign_issue | |
| create_new_issue | |
| get_my_issues | |
| close_issue | |
| search_users | |
| list_users | |
| get_user | |
| refresh_cache | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/snowild/redmine-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server