devops mcp for Cline
io.github.notharshhaa/devops-mcp
Unified MCP server for Kubernetes, ArgoCD, Prometheus, PagerDuty, and Loki
client:Cline
transport:stdio
runtime:npm
Install devops mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"devops-mcp": {
"command": "npx",
"args": [
"-y",
"@notharshhaa/devops-mcp"
],
"env": {
"KUBECONFIG": "<KUBECONFIG>",
"K8S_CONTEXT": "<K8S_CONTEXT>",
"ARGOCD_SERVER": "<ARGOCD_SERVER>",
"ARGOCD_TOKEN": "<ARGOCD_TOKEN>",
"PROMETHEUS_URL": "<PROMETHEUS_URL>",
"PROMETHEUS_BEARER_TOKEN": "<PROMETHEUS_BEARER_TOKEN>",
"PAGERDUTY_TOKEN": "<PAGERDUTY_TOKEN>",
"LOKI_URL": "<LOKI_URL>",
"LOKI_TOKEN": "<LOKI_TOKEN>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs