67
/ 100
2 days ago
glama

mcp-redmine

Enables AI coding agents to interact with Redmine projects, issues, time tracking, and members through natural language via the Model Context Protocol.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 3 credentials: REDMINE_API_KEY, redmine_api_token, MCP_AUTH_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configREDMINE_URLBase URL, e.g. https://redmine.example.com (no trailing slash required)
configredmine_url2. Set credentials using the canonical names below (shell, Cursor env block, or inline Docker -e VAR=value in args—see [Cursor](#cursor)). The server also accepts and redmine_api_token as aliases.
🔐 secretREDMINE_API_KEYYour API key string
🔐 secretredmine_api_token2. Set credentials using the canonical names below (shell, Cursor env block, or inline Docker -e VAR=value in args—see [Cursor](#cursor)). The server also accepts redmine_url and as aliases.
🔐 secretMCP_AUTH_TOKENlong random secret shared inside the company (required for HTTP transport)
configMCP_TRANSPORTstreamable-http (recommended) or sse
configMCP_HOSTOptional: , MCP_PORT (default 0.0.0.0 / 8000), MCP_PATH (default /mcp)
configMCP_PORTOptional: MCP_HOST, (default 0.0.0.0 / 8000), MCP_PATH (default /mcp)
configMCP_PATHOptional: MCP_HOST, MCP_PORT (default 0.0.0.0 / 8000), (default /mcp)
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 7 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/mejtyas-mcp-redmine-ickl78)](https://m8ven.ai/mcp/mejtyas-mcp-redmine-ickl78)
commit: cf306fd8c777e6384d40bf5d639d0d586b3840df
code hash: 7e3020670e0464f8f1b27b467eb346df1b2b44c069a6cf90ee9c0badc06a6fdc
verified: 6/22/2026, 12:11:31 PM
view raw JSON →