Redmine MCP Server for Zed
io.github.igorolv/redmine-mcp-server
Redmine for AI agents: issues, projects, wiki, attachments, time entries and release analytics
client:Zed
transport:stdio
runtime:oci
Install Redmine MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs