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.3
Version published
Weekly downloads
39
2.63%
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.

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 npx command downloads and runs the bridge automatically on first use.

Alternative: direct SSE (no Node.js required)

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"
      }
    }
  }
}

Connect via Claude.ai (OAuth)

  • 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.

Tools

ModuleCountWhat you can do
AWS155EC2, S3, RDS, Lambda, ECS, EKS, IAM, VPC, CloudWatch, DynamoDB, and more
Kubernetes28Pods, Deployments, Services, Namespaces, Ingress, Jobs, Nodes
Azure36VMs, Storage, SQL, NSGs, Container Instances, VNets, Public IPs
GCP40Compute, GCS, Cloud SQL, GKE, Cloud Run, Pub/Sub, BigQuery, Functions
CI/CD21Jenkins (11) + GitHub Actions (10)
Docker22Containers, images, volumes, networks, compose, build, push
Terraform16init, plan, apply, destroy, state, workspaces, import
Ansible13Playbooks, ad-hoc, inventory, vault, galaxy
Monitoring12Prometheus, Datadog, Grafana
Alerting16PagerDuty + OpsGenie
SonarQube12Projects, quality gates, issues, analysis
Nexus12Repositories, components, assets
Git6Status, branches, commits, diff, PRs

Environment variables

VariableRequiredDefaultDescription
DEVOPSAGENT_API_KEYYesAPI key from devopsagent.io/api-gateway/keys
DEVOPSAGENT_MCP_URLNohttps://devopsagent.io/mcp/Override MCP endpoint (for self-hosted instances)

Server details

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

Keywords

mcp

FAQs

Package last updated on 07 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