@muzzamil-khan/redmine-agent-mcp
v1.2.0
Published
Redmine MCP server for batch time logging and ticket creation
Readme
Redmine Agent MCP
MCP server for Redmine batch time logging.
Quick use (single command)
Add this MCP server config in any project:
{
"mcpServers": {
"redmine-agent": {
"command": "npx",
"args": ["-y", "@muzzamil-khan/redmine-agent-mcp"],
"env": {
"REDMINE_BASE_URL": "https://redmine.example.com",
"REDMINE_API_KEY": "YOUR_API_KEY",
"REDMINE_ACTIVITY_ID": "5",
"REDMINE_BILLABLE_HOURS_FIELD_ID": "1"
}
}
}
}This runs the server directly with:
npx -y @muzzamil-khan/redmine-agent-mcpEnvironment variables
REDMINE_BASE_URLREDMINE_API_KEYREDMINE_ACTIVITY_IDREDMINE_BILLABLE_HOURS_FIELD_ID
Local development (optional)
npm install
npm run mcp