vfa-khuongdv/mcp_readmine
Platform-specific configuration:
{
"mcpServers": {
"mcp_readmine": {
"command": "npx",
"args": [
"-y",
"mcp_readmine"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/@duongkhuong/mcp-redmine) [](https://opensource.org/licenses/MIT)
An MCP (Model Context Protocol) server that allows AI agents to interact with the Redmine API to manage tickets, projects, users, and time entries.
get_issues - List issues with filtersget_issue - Get issue details including journals and attachmentsget_projects - List projectsget_project - Get project detailsget_project_members - List project members (Users)get_project_versions - List project versions (Milestones)search_issues - Search issues by keywordcreate_issue - Create a new issueupdate_issue - Update an existing issueadd_comment - Add a comment to an issuedelete_issue - Delete an issuelog_time - Log time entriesget_time_entries - List logged time entriesget_time_entry_activities - List available time entry activitiesnpm install -g @duongkhuong/mcp-redminegit clone git@github.com:vfa-khuongdv/mcp_readmine.git
cd mcp_readmine
npm install
npm run buildYou need to provide the following environment variables:
REDMINE_URL - URL of your Redmine instance (e.g., https://redmine.example.com)REDMINE_API_KEY - API key from your account settingsREDMINE_USERNAME - Username for Basic AuthenticationREDMINE_PASSWORD - Password for Basic AuthenticationNote: The Redmine API often requires BOTH Basic Auth (username/password) AND an API Key for full access depending on server c
Loading reviews...