Rundeck for Zed
io.github.asklokesh/rundeck-mcp-server
MCP server for Rundeck API integration
client:Zed
transport:stdio
runtime:pypi
Install Rundeck in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"rundeck-mcp-server": {
"command": "uvx",
"args": [
"rundeck-mcp-server"
],
"env": {
"RUNDECK_API_KEY": "<RUNDECK_API_KEY>",
"RUNDECK_API_URL": "<RUNDECK_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs