Redmine MCP Server
Provides tools to retrieve Redmine issue details by issue key, including subject, description, comments, and direct link.
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 Serverfetch details for task PROJECT-123"
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
Сервер протокола контекста модели (MCP), который подключается к Redmine для получения деталей задачи по её ключу (например, PROJECT-123).
Назначение
Этот сервер MCP действует как мост между ИИ-ассистентами и Redmine, позволяя инструментам ИИ получать подробную информацию о задачах Redmine. Когда ИИ-ассистент сталкивается с ключом задачи (например, PROJECT-123) в коде или разговоре, он может использовать этот сервер для получения полного контекста этой задачи, включая:
Идентификатор и ключ задачи
Название трекера (например, Ошибка, Функция)
Тему и описание
Комментарии/журнал
Прямую ссылку на задачу
Это позволяет ИИ-ассистентам предоставлять более информированные ответы, понимая полный контекст упомянутых задач.
Related MCP server: Redmine MCP Server
Требования к запуску
Node.js 20+
Установка
Перед использованием вам надо собрать проект:
npm install
npm run buildИспользование
API
Сервер предоставляет один инструмент:
redmine_get_issue_context
Получить задачу Redmine по ключу.
Параметры:
taskKey(строка): Ключ задачи, например PROJECT-123
Возвращает:
{
"key": "PROJECT-123",
"id": 123,
"trackerName": "Feature",
"subject": "Implement new feature",
"description": "Detailed description of the feature...",
"comments": [
"First comment...",
"Second comment..."
],
"url": "https://project.my-redmine.com/issues/123"
}Настройка клиента
Для Qwen Code
Добавьте следующее в файл конфигурации Qwen Code settings.json:
{
"mcpServers": {
"redmine": {
"command": "node",
"args": ["dist/server.js"],
"cwd": "/path/to/redmine-mcp/folder",
"env": {
"REDMINE_BASE_URL": "https://project.my-redmine.com",
"REDMINE_API_KEY": "your_api_key_here"
},
"timeout": 60000,
"trust": true
}
}
}Замените:
cwdна путь до репозитория с этим MCP серверомREDMINE_BASE_URLнаhttps://project.cdek.ruREDMINE_API_KEYна ваше ключ доступа
Разработка
# Сборка
npm run build
# Режим наблюдения
npm run build:watchThis 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
- Alicense-qualityBmaintenanceEnables AI assistants to interact with Redmine project management systems, providing comprehensive access to issues, projects, time tracking, users, and wiki pages through natural language commands.Last updated37Apache 2.0
- AlicenseAqualityCmaintenanceEnables AI agents to interact with Redmine API for managing tickets, projects, users, and time entries. Supports comprehensive operations including issue creation/updates, project management, time logging, and search with dual authentication (Basic Auth + API Key).Last updated1436MIT
- Alicense-qualityDmaintenanceEnables AI assistants to interact with Redmine instances to manage issues, projects, and users. It provides comprehensive tools for issue tracking, project oversight, and user management through the Redmine REST API.Last updated28MIT
- Alicense-qualityDmaintenanceEnables AI applications to interact with Redmine project management systems for issue tracking, time logging, and project management through natural language.Last updated32MIT
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.
Connect AI assistants to ITM Platform projects, tasks, budgets, risks, and team workload.
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/sendelufa/mcp_redmine'
If you have feedback or need assistance with the MCP directory API, please join our Discord server