Sign In

@devopsagent/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devopsagent/mcp-server

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.

Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
48
118.18%
Maintainers
1
Weekly downloads
 
Created
Source

DevOps Agent MCP Server

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.

What you can do

  • AWS — EC2, S3, RDS, Lambda, ECS, EKS, IAM, VPC, CloudWatch, and 100+ more operations
  • Azure — VMs, Storage, SQL, NSGs, Container Instances, VNets
  • GCP — Compute, GCS, Cloud SQL, GKE, Cloud Run, Pub/Sub, BigQuery
  • Kubernetes — Pods, Deployments, Services, Namespaces, Ingress, Jobs, RBAC
  • Terraform — init, plan, apply, destroy, state, workspaces, import
  • CI/CD — Jenkins (11 tools) + GitHub Actions (10 tools)
  • Docker — containers, images, volumes, networks, compose, build, push
  • Ansible — playbooks, ad-hoc, inventory, vault, galaxy
  • Monitoring — Prometheus, Datadog, Grafana
  • Alerting — PagerDuty + OpsGenie
  • SonarQube — projects, quality gates, issues, analysis
  • Nexus — repositories, components, assets

Connect via Claude.ai

  • Go to Claude.ai → Settings → Connectors → Add custom connector
  • Fill in:
FieldValue
NameDevOps Agent
Remote MCP server URLhttps://devopsagent.io/mcp
OAuth Client IDclaude-connector
OAuth Client Secretdevopsagent-mcp-secret-2026
  • Click Add — sign in with your DevOps Agent account to authorize.

Connect via Claude Desktop

Generate an API key at devopsagent.io/api-gateway/keys, then add to your claude_desktop_config.json:

{
  "mcpServers": {
    "devops-agent": {
      "url": "https://devopsagent.io/mcp/sse",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Restart Claude Desktop — all tools appear automatically.

Server details

PropertyValue
MCP Protocol2025-03-26
TransportStreamable HTTP (POST /mcp) + HTTP+SSE (GET /mcp/sse)
AuthOAuth 2.0 (Claude.ai) or API Key (Claude Desktop)
Registryio.github.shittuay/devops-agent
Health checkGET https://devopsagent.io/mcp/health

Keywords

mcp

FAQs

Package last updated on 06 Apr 2026

Did you know?

Socket

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.

Install

Related posts