MCP Server
MCP
io.github.vfa-khuongdv/redmine
MCP server for Redmine API integration with AI agents.
Install
npx -y @duongkhuong/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@duongkhuong/mcp-redmine",
"version": "1.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Redmine instance URL (e.g., https://redmine.example.com)",
"isRequired": true,
"format": "string",
"name": "REDMINE_URL"
},
{
"description": "Your Redmine API key from account settings",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "REDMINE_API_KEY"
},
{
"description": "Your Redmine username for Basic Authentication",
"isRequired": true,
"format": "string",
"name": "REDMINE_USERNAME"
},
{
"description": "Your Redmine password for Basic Authentication",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "REDMINE_PASSWORD"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment