mcpRedmine
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., "@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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/LucasVelho/mcpRedmine'
If you have feedback or need assistance with the MCP directory API, please join our Discord server