io.github.vfa-khuongdv/redmine✓
io.github.vfa-khuongdv/redmine · v1.1.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.vfa-khuongdv/redmine",
"description": "MCP server for Redmine API integration with AI agents.",
"repository": {
"url": "https://github.com/vfa-khuongdv/mcp_readmine",
"source": "github"
},
"version": "1.1.3",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}