yonaka15/mcp-server-redmine
MCP server for Redmine
Platform-specific configuration:
{
"mcpServers": {
"mcp-server-redmine": {
"command": "npx",
"args": [
"-y",
"mcp-server-redmine"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://smithery.ai/server/@yonaka15/mcp-server-redmine)
This is a Model Context Protocol (MCP) server implementation for Redmine. It integrates with Redmine's REST API to provide ticket and project information to LLMs.
<a href="https://glama.ai/mcp/servers/55eg9u36cg"></a>
Supports stable resources from Redmine REST API:
To use this server with Claude, configure it as follows:
{
"mcp-server-redmine": {
"command": "npx",
"args": [
"-y",
"--prefix",
"/path/to/mcp-server-redmine",
"mcp-server-redmine"
],
"env": {
"REDMINE_HOST": "https://your-redmine.example.com",
"REDMINE_API_KEY": "your-api-key-here"
}
}
}command: Command to execute the npm packageargs:-y: Auto-respond "yes" to prompts--prefix: Specify installation directoryLoading reviews...