
Company News
Free Business Plan Upgrades for Open Source Maintainers
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.
@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. 727 tools across 17 modules.
Manage AWS, Azure, GCP, Kubernetes, Terraform, CI/CD, Docker, Ansible, and more from any MCP-compatible AI client. 727 tools across 17 modules — all accessible via a single connection.
npxdoa_live_DEVOPSAGENT_API_KEY in the steps belowStep 1: Get your API key (see above)
Step 2: Find your Claude Desktop config file:
%APPDATA%\Claude\claude_desktop_config.json~/Library/Application Support/Claude/claude_desktop_config.jsonStep 3: Add this to the file (create it if it doesn't exist):
{
"mcpServers": {
"devops-agent": {
"command": "npx",
"args": ["-y", "@devopsagent/mcp-server"],
"env": {
"DEVOPSAGENT_API_KEY": "your_api_key_here"
}
}
}
}
Step 4: Fully quit and restart Claude Desktop.
All 727 tools will appear automatically under the tools (hammer) icon in the chat input.
The
npxcommand downloads and runs the bridge automatically on first use — nothing else to install.
No Node.js needed for this method — Claude.ai connects directly to the hosted server.
https://devopsagent.io/mcp/Run this curl command to confirm your API key works before adding it to Claude Desktop:
curl -s https://devopsagent.io/mcp/ \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"test","version":"1.0"}}}'
Expected response:
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"protocolVersion": "2025-03-26",
"serverInfo": { "name": "DevOps Agent", "version": "1.0.3" },
"capabilities": { "tools": { "listChanged": false } }
}
}
If you get a 401 response, your API key is invalid or not yet created.
You can also test the stdio bridge directly in your terminal:
DEVOPSAGENT_API_KEY=your_api_key_here npx -y @devopsagent/mcp-server@latest
It will hang waiting on stdin — that means it's working. Paste the line below and press Enter:
{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"test","version":"1.0"}}}
You should see the JSON response above. Press Ctrl+C to exit.
"Couldn't reach MCP server" in Claude.ai
npx fails with command not found or exits silently
node --versionDEVOPSAGENT_API_KEY is set — if missing, the bridge exits immediately with an error on stderrnpx -y @devopsagent/mcp-server@latestnpm cache clean --forceTools not appearing in Claude Desktop
401 Unauthorized errors
doa_live_ are valid)tools_loaded shows an unexpected number
| Module | Count | What you can do |
|---|---|---|
| AWS | 334 | EC2, S3, RDS, Lambda, ECS, EKS, IAM, VPC, CloudWatch, DynamoDB, and more |
| Kubernetes | 76 | Pods, Deployments, Services, Namespaces, Ingress, Jobs, Nodes |
| Azure | 38 | VMs, Storage, SQL, NSGs, Container Instances, VNets, Public IPs |
| GCP | 42 | Compute, GCS, Cloud SQL, GKE, Cloud Run, Pub/Sub, BigQuery, Functions |
| CI/CD | 35 | Jenkins + GitHub Actions |
| Docker | 22 | Containers, images, volumes, networks, compose, build, push |
| Terraform | 25 | 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 | 47 | Clone, branch, commit, push, pull, merge, rebase, tags, stash, search |
| GitHub | 19 | Repos, issues, PRs, branches, releases, workflows, collaborators |
| Variable | Required | Default | Description |
|---|---|---|---|
DEVOPSAGENT_API_KEY | Yes | — | API key from devopsagent.io Settings → API Keys |
DEVOPSAGENT_MCP_URL | No | https://devopsagent.io/mcp/ | Override endpoint (self-hosted instances only) |
| 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 16 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.

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.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.