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 - npm Package Compare versions

Comparing version
1.0.4
to
1.0.5
+8
-1
CHANGELOG.md

@@ -5,6 +5,13 @@ # Changelog

## [1.0.5] - 2026-04-12
### Changed
- Updated tool count to 727 (Git tools expanded 6 → 47, GitHub tools 18 → 19)
- Security: removed leaked review credentials from git history, rotated all secrets
- Review credentials now stored in AWS Secrets Manager (never in repo)
## [1.0.4] - 2026-04-07
### Changed
- Corrected tool count to 643 across all docs (README, package.json, server.json)
- Corrected tool count to 685 across all docs (README, package.json, server.json)
- `devopsagent_health` now reports accurate `tools_loaded` using deduplicated map count

@@ -11,0 +18,0 @@ - Updated per-module counts: AWS 334, Kubernetes 76, Azure 38, GCP 42, CI/CD 35, Terraform 25

+2
-2
{
"name": "@devopsagent/mcp-server",
"mcpName": "io.github.shittuay/devops-agent",
"version": "1.0.4",
"description": "MCP server for DevOps Agent — manage AWS, Azure, GCP, Kubernetes, Terraform, CI/CD, and more from any MCP-compatible AI client. 643 tools across 13 modules.",
"version": "1.0.5",
"description": "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.",
"keywords": [

@@ -7,0 +7,0 @@ "mcp",

# DevOps Agent MCP Server
Manage AWS, Azure, GCP, Kubernetes, Terraform, CI/CD, Docker, Ansible, and more from any MCP-compatible AI client. **643 tools across 13 modules** — all accessible via a single connection.
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.

@@ -44,3 +44,3 @@ ## Prerequisites

All 643 tools will appear automatically under the tools (hammer) icon in the chat input.
All 727 tools will appear automatically under the tools (hammer) icon in the chat input.

@@ -56,3 +56,3 @@ > The `npx` command downloads and runs the bridge automatically on first use — nothing else to install.

3. Claude.ai will trigger OAuth automatically — log in with your devopsagent.io account to authorize
4. All 643 tools become available immediately
4. All 727 tools become available immediately

@@ -122,3 +122,3 @@ ## Verifying the Connection

**`tools_loaded` shows an unexpected number**
- The server exposes 643 tools across 13 modules — this is the correct count
- The server exposes 727 tools across 17 modules — this is the correct count
- If you see a different number, the server may be mid-deploy; retry after a minute

@@ -142,3 +142,4 @@

| Nexus | 12 | Repositories, components, assets |
| Git | 6 | Status, branches, commits, diff, PRs |
| Git | 47 | Clone, branch, commit, push, pull, merge, rebase, tags, stash, search |
| GitHub | 19 | Repos, issues, PRs, branches, releases, workflows, collaborators |

@@ -145,0 +146,0 @@ ## Environment Variables

{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.shittuay/devops-agent",
"version": "1.0.4",
"version": "1.0.5",
"title": "DevOps Agent",
"description": "Manage AWS, Azure, GCP, Kubernetes, CI/CD, Docker, Terraform and more. 643 tools.",
"description": "Manage AWS, Azure, GCP, Kubernetes, CI/CD, Docker, Terraform and more. 727 tools.",
"websiteUrl": "https://devopsagent.io",

@@ -12,6 +12,26 @@ "repository": {

},
"icons": [
{
"src": "https://devopsagent.io/static/icons/mcp-icon-light.png",
"mimeType": "image/png",
"theme": "light"
},
{
"src": "https://devopsagent.io/static/icons/mcp-icon-dark.png",
"mimeType": "image/png",
"theme": "dark"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@devopsagent/mcp-server",
"version": "1.0.5",
"transport": { "type": "stdio" }
}
],
"remotes": [
{
"url": "https://devopsagent.io/mcp/",
"type": "http"
"type": "streamable-http"
},

@@ -18,0 +38,0 @@ {