Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

mcp-aws-devops-server

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-aws-devops-server

MCP server for AWS DevOps with AI-Assisted Incident Recovery + FinOps - 93 tools! AWS multi-region ops, AI incident recovery, FinOps cost analysis & waste audit, Azure DevOps, Slack/Teams, Route53, Secrets, CloudFront, runbooks, workflow orchestration. Ke

latest
npmnpm
Version
3.7.1
Version published
Maintainers
1
Created
Source

MCP AWS & Azure DevOps Server

Version 3.5.0 - Azure DevOps Integration! 🚀

49 tools for complete AWS & Azure DevOps automation.

🆕 What's New in v3.5.0

Azure DevOps Integration (5 new tools):

  • azure_devops_projects - Projects and Teams management
  • azure_devops_pipelines - CI/CD pipelines, builds, runs
  • azure_devops_repos - Git repositories, branches, PRs, commits
  • azure_devops_work_items - Work items, boards, backlogs, sprints
  • azure_devops_wiki - Wiki pages management

Azure DevOps Features:

  • List and manage projects and teams
  • Run pipelines, view builds and logs
  • Create and manage pull requests
  • Create, update, and query work items
  • Manage wiki pages

🚀 Quick Start

{
  "mcpServers": {
    "aws-devops": {
      "command": "npx",
      "args": ["-y", "mcp-aws-devops-server"],
      "env": {
        "MCP_API_KEY": "your_api_key_here",
        "AZURE_DEVOPS_ORG": "your_organization",
        "AZURE_DEVOPS_PAT": "your_personal_access_token"
      }
    }
  }
}

📖 Azure DevOps Examples

Projects & Teams:

"List all Azure DevOps projects"
"List teams in project MyProject"

Pipelines:

"List pipelines in MyProject"
"Run pipeline 123 on branch main"
"Get build logs for build 456"
"List recent builds in MyProject"

Repositories:

"List repos in MyProject"
"List pull requests in MyProject"
"Create PR from feature to main in repo MyRepo"
"List commits in MyRepo"

Work Items:

"Show my work items in MyProject"
"Create a Task: Fix login bug"
"Update work item 123 state to Active"
"List iterations in MyProject"

Wiki:

"List wikis in MyProject"
"Get wiki page /Home from MyWiki"
"Create wiki page /NewPage with content"

🛠️ 49 Tools

Azure DevOps (NEW in v3.5.0)

ToolActions
azure_devops_projectslist_projects, get_project, list_teams, get_team
azure_devops_pipelineslist_pipelines, get_pipeline, run_pipeline, list_runs, get_run, list_builds, get_build, get_build_logs, list_definitions, get_definition
azure_devops_reposlist_repos, get_repo, list_branches, get_branch, list_commits, get_commit, list_prs, get_pr, create_pr, update_pr, list_pr_threads, create_pr_comment
azure_devops_work_itemsget, list, create, update, query, my_items, list_iterations, iteration_items, list_backlogs, add_comment, list_comments, link_items
azure_devops_wikilist_wikis, get_wiki, list_pages, get_page, create_page

Multi-Region AWS

ToolDescription
multi_regionScan all AWS regions at once

Notifications

ToolDescription
slack_webhookSlack notifications
teams_webhookTeams notifications

AWS Services

ToolDescription
route53DNS management
secrets_managerSecrets management
cloudfrontCDN management

Workflow Orchestration

ToolDescription
workflow10 predefined workflows
runbook11 operational runbooks
scheduled_opsScheduled automations
auto_remediationAuto-fix issues

AWS Infrastructure

ToolDescription
cloud_serversEC2 management
cloud_storageS3 management
databasesRDS management
serverless_functionsLambda
logs_and_metricsCloudWatch
network_managerVPC, EIPs, SGs
container_servicesECS
kubernetes_clustersEKS
container_registryECR
message_queuesSQS/SNS
cloud_templatesCloudFormation
deployment_pipelinesCodePipeline
cost_optimizerCost savings
security_scannerSecurity audit
remote_commandsSSM
ai_assistantAI troubleshooting

Integrations

ToolDescription
jira_ticketsJira integration
incident_managerServiceNow

🔧 Azure DevOps Setup

  • Get your Personal Access Token (PAT) from Azure DevOps:

    • Go to Azure DevOps → User Settings → Personal Access Tokens
    • Create a new token with required scopes (Code, Build, Work Items, Wiki)
  • Set environment variables:

    export AZURE_DEVOPS_ORG="your_organization"
    export AZURE_DEVOPS_PAT="your_pat_token"
    

💰 Pricing

All plans get ALL 49 tools!

PlanPrice/MonthCredits
Free$050
Starter$29500
Pro$992,500
Business$29910,000
Enterprise$99950,000

🔒 Security

  • Zero-trust architecture
  • No credentials stored on our servers
  • Uses IAM roles for AWS
  • Uses PAT for Azure DevOps
  • Complete audit trail

Built for DevOps teams ❤️

Keywords

mcp

FAQs

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