rundeck mcp server for Grok
io.github.mariomorenodev/rundeck-mcp-server
50 tools to manage Rundeck jobs, executions, projects, nodes, and system via MCP
client:Grok
transport:stdio
runtime:npm
Install rundeck mcp server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"rundeck-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rundeck-mcp-server"
],
"env": {
"RUNDECK_URL": "<RUNDECK_URL>",
"RUNDECK_API_TOKEN": "<RUNDECK_API_TOKEN>",
"RUNDECK_API_VERSION": "<RUNDECK_API_VERSION>",
"RUNDECK_TIMEOUT": "<RUNDECK_TIMEOUT>"
}
}
}
}
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