
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@devopsagent/mcp-server
Advanced tools
MCP server for DevOps Agent — manage AWS, Azure, GCP, Kubernetes, Terraform, CI/CD, and more from any MCP-compatible AI client. 401 tools across 13 modules.
Manage AWS, Azure, GCP, Kubernetes, Terraform, CI/CD, Docker, Ansible, and more from any MCP-compatible AI client. 401 tools across 13 modules — all accessible via a single connection.
Step 1: Get your API key at devopsagent.io/api-gateway/keys
Step 2: Add to your claude_desktop_config.json:
{
"mcpServers": {
"devops-agent": {
"command": "npx",
"args": ["-y", "@devopsagent/mcp-server"],
"env": { "DEVOPSAGENT_API_KEY": "doa_live_your_key_here" }
}
}
}
Restart Claude Desktop — all 401 tools appear automatically.
Requires Node.js 18+. The
npxcommand downloads and runs the bridge automatically on first use.
If you prefer not to use Node.js, connect directly via SSE:
{
"mcpServers": {
"devops-agent": {
"url": "https://devopsagent.io/mcp/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
| Field | Value |
|---|---|
| Name | DevOps Agent |
| Remote MCP server URL | https://devopsagent.io/mcp |
| OAuth Client ID | claude-connector |
| OAuth Client Secret | devopsagent-mcp-secret-2026 |
| Module | Count | What you can do |
|---|---|---|
| AWS | 155 | EC2, S3, RDS, Lambda, ECS, EKS, IAM, VPC, CloudWatch, DynamoDB, and more |
| Kubernetes | 28 | Pods, Deployments, Services, Namespaces, Ingress, Jobs, Nodes |
| Azure | 36 | VMs, Storage, SQL, NSGs, Container Instances, VNets, Public IPs |
| GCP | 40 | Compute, GCS, Cloud SQL, GKE, Cloud Run, Pub/Sub, BigQuery, Functions |
| CI/CD | 21 | Jenkins (11) + GitHub Actions (10) |
| Docker | 22 | Containers, images, volumes, networks, compose, build, push |
| Terraform | 16 | init, plan, apply, destroy, state, workspaces, import |
| Ansible | 13 | Playbooks, ad-hoc, inventory, vault, galaxy |
| Monitoring | 12 | Prometheus, Datadog, Grafana |
| Alerting | 16 | PagerDuty + OpsGenie |
| SonarQube | 12 | Projects, quality gates, issues, analysis |
| Nexus | 12 | Repositories, components, assets |
| Git | 6 | Status, branches, commits, diff, PRs |
| Variable | Required | Default | Description |
|---|---|---|---|
DEVOPSAGENT_API_KEY | Yes | — | API key from devopsagent.io/api-gateway/keys |
DEVOPSAGENT_MCP_URL | No | https://devopsagent.io/mcp/ | Override MCP endpoint (for self-hosted instances) |
| Property | Value |
|---|---|
| MCP Protocol | 2025-03-26 |
| Transports | Streamable HTTP (POST /mcp) + HTTP+SSE (GET /mcp/sse) + stdio (via npx) |
| Auth | OAuth 2.0 (Claude.ai) or API Key (Claude Desktop / npx) |
| Registry | io.github.shittuay/devops-agent |
| Health check | GET https://devopsagent.io/mcp/health |
FAQs
MCP server for DevOps Agent — manage AWS, Azure, GCP, Kubernetes, Terraform, CI/CD, and more from any MCP-compatible AI client. 727 tools across 17 modules.
The npm package @devopsagent/mcp-server receives a total of 35 weekly downloads. As such, @devopsagent/mcp-server popularity was classified as not popular.
We found that @devopsagent/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.