Skip to content
Zed

devops practices for Zed

io.github.ai-4-devops/devops-practices

Productivity framework for DevOps engineers using AI assistance (Claude Code) while working on PoCs

client:Zed transport:stdio runtime:pypi

Install devops practices in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "devops-practices": {
      "command": "uvx",
      "args": [
        "devops-practices-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

devops practices in other clients