npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

mcp-aws-devops-server

v3.6.0

Published

MCP server for AWS & Azure DevOps - 49 tools! AWS multi-region ops, Azure DevOps pipelines/repos/work items/wiki, Slack/Teams webhooks, Route53, Secrets Manager, CloudFront, runbooks, workflow orchestration. Credit-based pricing.

Readme

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)

| Tool | Actions | |------|---------| | azure_devops_projects | list_projects, get_project, list_teams, get_team | | azure_devops_pipelines | list_pipelines, get_pipeline, run_pipeline, list_runs, get_run, list_builds, get_build, get_build_logs, list_definitions, get_definition | | azure_devops_repos | list_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_items | get, list, create, update, query, my_items, list_iterations, iteration_items, list_backlogs, add_comment, list_comments, link_items | | azure_devops_wiki | list_wikis, get_wiki, list_pages, get_page, create_page |

Multi-Region AWS

| Tool | Description | |------|-------------| | multi_region | Scan all AWS regions at once |

Notifications

| Tool | Description | |------|-------------| | slack_webhook | Slack notifications | | teams_webhook | Teams notifications |

AWS Services

| Tool | Description | |------|-------------| | route53 | DNS management | | secrets_manager | Secrets management | | cloudfront | CDN management |

Workflow Orchestration

| Tool | Description | |------|-------------| | workflow | 10 predefined workflows | | runbook | 11 operational runbooks | | scheduled_ops | Scheduled automations | | auto_remediation | Auto-fix issues |

AWS Infrastructure

| Tool | Description | |------|-------------| | cloud_servers | EC2 management | | cloud_storage | S3 management | | databases | RDS management | | serverless_functions | Lambda | | logs_and_metrics | CloudWatch | | network_manager | VPC, EIPs, SGs | | container_services | ECS | | kubernetes_clusters | EKS | | container_registry | ECR | | message_queues | SQS/SNS | | cloud_templates | CloudFormation | | deployment_pipelines | CodePipeline | | cost_optimizer | Cost savings | | security_scanner | Security audit | | remote_commands | SSM | | ai_assistant | AI troubleshooting |

Integrations

| Tool | Description | |------|-------------| | jira_tickets | Jira integration | | incident_manager | ServiceNow |

🔧 Azure DevOps Setup

  1. 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)
  2. Set environment variables:

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

💰 Pricing

All plans get ALL 49 tools!

| Plan | Price/Month | Credits | |------|-------------|---------| | Free | $0 | 50 | | Starter | $29 | 500 | | Pro | $99 | 2,500 | | Business | $299 | 10,000 | | Enterprise | $999 | 50,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 ❤️