Redmine MCP Server
Allows interaction with a Redmine instance, providing tools for checking assigned issues, viewing issue details, creating and updating issues, logging work time, and viewing time logs.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Redmine MCP ServerLog my time for today's work"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🔴 Redmine MCP Server
MCP Server kết nối Claude Code với Redmine — check issues và log time hàng ngày lúc 17h.
📦 Cài đặt
git clone <your-repo>
cd redmine-mcp
npm install
npm run buildRelated MCP server: @a-bonus/redmine-mcp
⚙️ Cấu hình
1. Lấy API Key từ Redmine
Vào My account → API access key (góc phải trên) → Copy key.
2. Tạo file .env
cp .env.example .envSửa .env:
REDMINE_URL=https://your-redmine.example.com
REDMINE_API_KEY=your_api_key_here3. Thêm vào Claude Code
Mở file ~/.claude.json (tạo nếu chưa có) và thêm:
{
"mcpServers": {
"redmine": {
"command": "node",
"args": ["/absolute/path/to/redmine-mcp/dist/index.js"],
"env": {
"REDMINE_URL": "https://your-redmine.example.com",
"REDMINE_API_KEY": "your_api_key_here"
}
}
}
}Lưu ý: Thay
/absolute/path/to/redmine-mcpbằng đường dẫn thực tế trên máy bạn.
Hoặc dùng lệnh CLI:
claude mcp add redmine -- node /absolute/path/to/redmine-mcp/dist/index.js🛠️ Các tools có sẵn
Tool | Mô tả |
| Kiểm tra kết nối & user hiện tại |
| Xem issues được assign cho bạn |
| Xem chi tiết issue + comments |
| Tạo issue mới |
| Cập nhật status, % done, comment |
| ⏱️ Log time vào issue |
| Xem time đã log hôm nay |
| Danh sách loại activity |
| Danh sách projects |
📅 Workflow log time 17h hàng ngày
Mỗi 17h, nói với Claude:
"Log time cho hôm nay đi"Claude sẽ tự động:
Gọi
check_my_issues— xem bạn đang làm issues gìGọi
get_today_time_log— kiểm tra đã log chưaHỏi bạn làm gì, bao lâu
Gọi
log_time— ghi vào Redmine
🧪 Test kết nối
echo '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"whoami","arguments":{}}}' \
| REDMINE_URL=https://your.redmine.com REDMINE_API_KEY=xxx node dist/index.jsThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityBmaintenanceModel Context Protocol (MCP) server for Redmine that provides comprehensive access to the Redmine REST API. It allows you to operate Redmine from MCP clients such as Claude Desktop.Last updated9039220MIT
- Alicense-qualityBmaintenanceMCP server for Redmine that enables interaction with issues, wiki pages, and time entries through natural language.Last updatedISC
- Flicense-qualityCmaintenanceMCP server for Redmine integration, enabling AI assistants to manage issues, upload files, automate workflows, and handle wiki pages.Last updated
- AlicenseBqualityBmaintenanceMCP server that provides access to the Redmine REST API, enabling issue tracking, project management, and more through natural language.Last updated2680MIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server for generating rough-draft project plans from natural-language prompts.
Uptime, SSL, DNS and domain monitoring you can talk to from Claude or any MCP client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/tuantrunglc/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server