mcpRedmine
Click on "Deploy 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., "@mcpRedminelist all Redmine projects"
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.
MCP Redmine
Servidor MCP em TypeScript para consultar o Redmine. A primeira tool disponível é list_projects.
Pré-requisitos e instalação
Requer Node.js 20 ou superior.
npm install
cp .env.example .envPreencha .env sem incluir credenciais no repositório:
REDMINE_URL=https://redmine.exemplo.com
REDMINE_API_KEY=sua-chaveRelated MCP server: Redmine MCP Server
Uso
Para iniciar com dados simulados, sem configurar variáveis de ambiente ou acessar o Redmine:
npm run start-devEsse modo também usa stdio, exibe quatro projetos estáveis de exemplo e não envia nenhuma requisição HTTP. Ele é destinado apenas ao desenvolvimento local.
Para conectar à API real do Redmine, preencha .env e execute:
npm run build
npm startO servidor usa transporte stdio; configure o cliente MCP para executar node /caminho/para/mcpRedmine/dist/server.js, com REDMINE_URL e REDMINE_API_KEY no ambiente do processo.
Execute validações com:
npm run check
npm testTool list_projects
Entrada: {}.
Exemplo de resposta:
{
"projects": [{
"id": 12,
"name": "Aplicativo Mobile",
"identifier": "aplicativo-mobile",
"description": "Projeto responsável pelo aplicativo mobile.",
"status": "active",
"parent": { "id": 3, "name": "Produtos Digitais" }
}],
"totalCount": 1
}O servidor busca todas as páginas internamente e não expõe detalhes de paginação, credenciais ou campos internos do Redmine.
This server cannot be deployed
Maintenance
Related MCP Connectors
An MCP server that provides access to Testiny projects, test cases and test runs
- TimequipOAuthcom.timequip
Manage Timequip projects, tasks, comments, members, and dashboards through MCP.
MCP server for generating rough-draft project plans from natural-language prompts.
MCP server for Linear project management and issue tracking
Related MCP Servers
- AlicenseBqualityDmaintenanceMCP server for Redmine project management, enabling tools for managing projects, issues, users, time entries, groups, memberships, versions, wiki, news, attachments, search, and Agile sprints via the Redmine REST API.8921 npm1MIT
- AlicenseNot gradedqualityBmaintenanceProvides MCP tools for interacting with Redmine, including issues, projects, wiki pages, time entries, and more.11 npm1MIT
- FlicenseAqualityDmaintenanceEnables to interact with Redmine issues through the MCP protocol, allowing operations like get, list, create, and update tickets.46 npm-
- AlicenseBqualityBmaintenanceMCP server that provides access to the Redmine REST API, enabling issue tracking, project management, and more through natural language.268 npmMIT