This plugin provides a Model Context Protocol server using Streamable HTTP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"redmine_mcp_server": {
"command": "npx",
"args": [
"-y",
"9506hqwy/redmine_mcp_server"
]
}
}
}
Run in terminal:
claude mcp add redmine_mcp_server npx -y 9506hqwy/redmine_mcp_server
Add to .cursor/mcp.json:
{
"mcpServers": {
"redmine_mcp_server": {
"command": "npx",
"args": [
"-y",
"9506hqwy/redmine_mcp_server"
]
}
}
}