@ateam-ai/mcp

devops-infra MCP Server

ADAS MCP Server — build, validate, and deploy multi-agent solutions from any AI environment

Install Ready
devops-infradevops-infra
2 views0 stars4 forksv0.3.56MIT

Why This Matters

Discovered via unknown and last synced 3mo ago.

Install Ready
Source
unknown
Stars
0
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx -y @ateam-ai/mcp

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "-ateam-ai-mcp": {
      "command": "npx",
      "args": [
        "@ateam-ai/mcp"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

13
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (13)

adas_deploy_skill

Add a skill to an existing solution

adas_validate_solution

Validate a solution — cross-skill contracts + quality scoring

adas_deploy_connector

Deploy a connector to ADAS Core

adas_validate_skill

Validate a skill definition through the 5-stage pipeline

adas_solution_chat

Talk to the Solution Bot for guided modifications

adas_deploy_solution

Deploy a complete solution to production

adas_get_spec

Read the ADAS specification — skill schema, solution architecture, enums, agent guides

adas_update

Update a solution or skill incrementally (PATCH)

adas_get_examples

Get complete working examples — skills, connectors, solutions

adas_redeploy

Push changes live — regenerates MCP servers, deploys to ADAS Core

adas_get_solution

Inspect a solution — definition, skills, health, status, export

Tool

What it does

adas_list_solutions

List all deployed solutions