redmine-mcp-stdio
Rank #20,462io.github.andrelaptenok/redmine-mcp-stdio
Local MCP (stdio) server for Redmine: issues, projects and time tracking from any MCP client.
redmine-mcp-stdio is a Model Context Protocol (MCP) server published by andrelaptenok. It ranks #20,462 of 132,046 servers tracked on MCP Toplist. redmine-mcp-stdio is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 7, 2026 and most recently updated on Jul 13, 2026.
Ranks ahead of 111,584 of 132,046 servers on MCP Toplist.
Use redmine-mcp-stdio
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add redmine-mcp-stdio -e "REDMINE_URL=<your REDMINE_URL>" -e "REDMINE_API_KEY=<your REDMINE_API_KEY>" -- npx -y redmine-mcp-stdioReplace each placeholder with your own value before saving.
[mcp_servers.redmine-mcp-stdio]
command = "npx"
args = ["-y", "redmine-mcp-stdio"]
[mcp_servers.redmine-mcp-stdio.env]
REDMINE_URL = "<your REDMINE_URL>"
REDMINE_API_KEY = "<your REDMINE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"redmine-mcp-stdio": {
"command": "npx",
"args": [
"-y",
"redmine-mcp-stdio"
],
"env": {
"REDMINE_URL": "<your REDMINE_URL>",
"REDMINE_API_KEY": "<your REDMINE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"redmine-mcp-stdio": {
"command": "npx",
"args": [
"-y",
"redmine-mcp-stdio"
],
"env": {
"REDMINE_URL": "<your REDMINE_URL>",
"REDMINE_API_KEY": "<your REDMINE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"redmine-mcp-stdio": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"redmine-mcp-stdio"
],
"env": {
"REDMINE_URL": "<your REDMINE_URL>",
"REDMINE_API_KEY": "<your REDMINE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"redmine-mcp-stdio": {
"command": "npx",
"args": [
"-y",
"redmine-mcp-stdio"
],
"env": {
"REDMINE_URL": "<your REDMINE_URL>",
"REDMINE_API_KEY": "<your REDMINE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"redmine-mcp-stdio": {
"command": "npx",
"args": [
"-y",
"redmine-mcp-stdio"
],
"env": {
"REDMINE_URL": "<your REDMINE_URL>",
"REDMINE_API_KEY": "<your REDMINE_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.andrelaptenok%2Fredmine-mcp-stdio)<a href="https://mcptoplist.com/server/io.github.andrelaptenok%2Fredmine-mcp-stdio"><img src="https://mcptoplist.com/badge/io.github.andrelaptenok%2Fredmine-mcp-stdio.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
andrelaptenok
Available versions (1)
| Version | Published |
|---|---|
| 1.2.0 | Jul 13, 2026 |
Frequently asked questions
- Who maintains redmine-mcp-stdio?
- redmine-mcp-stdio is maintained by andrelaptenok, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is redmine-mcp-stdio listed on the Official MCP Registry?
- Yes — redmine-mcp-stdio is listed on the Official MCP Registry, alongside Glama.
- How many versions does redmine-mcp-stdio have?
- MCP Toplist tracks 1 version of redmine-mcp-stdio, most recently published on Jul 13, 2026.
- Where can I find the source code for redmine-mcp-stdio?
- The source code for redmine-mcp-stdio is hosted at github.com/andrelaptenok/redmine-mcp-stdio.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.