Skip to content
Cursor

devops practices for Cursor

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

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

client:Cursor transport:stdio runtime:pypi

Install devops practices in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "devops-practices": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "devops-practices-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

devops practices in other clients