Redmine
Rank #42,556io.github.vfa-khuongdv/redmine
MCP server providing redmine capabilities
Redmine is a Model Context Protocol (MCP) server published by vfa-khuongdv. It ranks #42,556 of 132,113 servers tracked on MCP Toplist. Redmine is listed across 3 registries — Official MCP, Glama and PulseMCP, with 3 tracked versions. It was first listed on Dec 5, 2025 and most recently updated on Dec 15, 2025.
Ranks ahead of 89,557 of 132,113 servers on MCP Toplist.
Use Redmine
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add redmine -e "REDMINE_URL=<your REDMINE_URL>" -e "REDMINE_API_KEY=<your REDMINE_API_KEY>" -e "REDMINE_USERNAME=<your REDMINE_USERNAME>" -e "REDMINE_PASSWORD=<your REDMINE_PASSWORD>" -- npx -y @duongkhuong/mcp-redmineReplace each placeholder with your own value before saving.
[mcp_servers.redmine]
command = "npx"
args = ["-y", "@duongkhuong/mcp-redmine"]
[mcp_servers.redmine.env]
REDMINE_URL = "<your REDMINE_URL>"
REDMINE_API_KEY = "<your REDMINE_API_KEY>"
REDMINE_USERNAME = "<your REDMINE_USERNAME>"
REDMINE_PASSWORD = "<your REDMINE_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"redmine": {
"command": "npx",
"args": [
"-y",
"@duongkhuong/mcp-redmine"
],
"env": {
"REDMINE_URL": "<your REDMINE_URL>",
"REDMINE_API_KEY": "<your REDMINE_API_KEY>",
"REDMINE_USERNAME": "<your REDMINE_USERNAME>",
"REDMINE_PASSWORD": "<your REDMINE_PASSWORD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"redmine": {
"command": "npx",
"args": [
"-y",
"@duongkhuong/mcp-redmine"
],
"env": {
"REDMINE_URL": "<your REDMINE_URL>",
"REDMINE_API_KEY": "<your REDMINE_API_KEY>",
"REDMINE_USERNAME": "<your REDMINE_USERNAME>",
"REDMINE_PASSWORD": "<your REDMINE_PASSWORD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"redmine": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@duongkhuong/mcp-redmine"
],
"env": {
"REDMINE_URL": "<your REDMINE_URL>",
"REDMINE_API_KEY": "<your REDMINE_API_KEY>",
"REDMINE_USERNAME": "<your REDMINE_USERNAME>",
"REDMINE_PASSWORD": "<your REDMINE_PASSWORD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"redmine": {
"command": "npx",
"args": [
"-y",
"@duongkhuong/mcp-redmine"
],
"env": {
"REDMINE_URL": "<your REDMINE_URL>",
"REDMINE_API_KEY": "<your REDMINE_API_KEY>",
"REDMINE_USERNAME": "<your REDMINE_USERNAME>",
"REDMINE_PASSWORD": "<your REDMINE_PASSWORD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"redmine": {
"command": "npx",
"args": [
"-y",
"@duongkhuong/mcp-redmine"
],
"env": {
"REDMINE_URL": "<your REDMINE_URL>",
"REDMINE_API_KEY": "<your REDMINE_API_KEY>",
"REDMINE_USERNAME": "<your REDMINE_USERNAME>",
"REDMINE_PASSWORD": "<your REDMINE_PASSWORD>"
}
}
}
}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.vfa-khuongdv%2Fredmine)<a href="https://mcptoplist.com/server/io.github.vfa-khuongdv%2Fredmine"><img src="https://mcptoplist.com/badge/io.github.vfa-khuongdv%2Fredmine.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
vfa-khuongdv
Other servers by vfa-khuongdv
View all vfa-khuongdv servers →Available versions (3)
| Version | Published |
|---|---|
| 1.1.3 | Dec 15, 2025 |
| 1.0.1 | Dec 5, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Redmine?
- Redmine is maintained by vfa-khuongdv, which publishes 3 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Redmine listed on the Official MCP Registry?
- Yes — Redmine is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Redmine have?
- MCP Toplist tracks 3 versions of Redmine, most recently published on Dec 15, 2025.
- Where can I find the source code for Redmine?
- The source code for Redmine is hosted at github.com/vfa-khuongdv/mcp_readmine.
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.