devops mcp for Zed
io.github.notharshhaa/devops-mcp
Unified MCP server for Kubernetes, ArgoCD, Prometheus, PagerDuty, and Loki
client:Zed
transport:stdio
runtime:npm
Install devops mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs