redmine for Grok
io.github.vfa-khuongdv/redmine
MCP server for Redmine API integration with AI agents.
client:Grok
transport:stdio
runtime:npm
Install redmine in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"redmine": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@duongkhuong/mcp-redmine"
],
"env": {
"REDMINE_URL": "<REDMINE_URL>",
"REDMINE_API_KEY": "<REDMINE_API_KEY>",
"REDMINE_USERNAME": "<REDMINE_USERNAME>",
"REDMINE_PASSWORD": "<REDMINE_PASSWORD>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs