Redmine MCP Server for Cline
io.github.igorolv/redmine-mcp-server
Redmine for AI agents: issues, projects, wiki, attachments, time entries and release analytics
client:Cline
transport:stdio
runtime:oci
Install Redmine MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"redmine-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/igorolv/redmine-mcp-server:0.1.0"
],
"env": {
"REDMINE_URL": "<REDMINE_URL>",
"REDMINE_API_KEY": "<REDMINE_API_KEY>",
"REDMINE_MCP_WRITE_ENABLED": "<REDMINE_MCP_WRITE_ENABLED>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs