devops-infra MCP Server
ADAS MCP Server — build, validate, and deploy multi-agent solutions from any AI environment
Discovered via unknown and last synced 3mo ago.
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)
Add a skill to an existing solution
Validate a solution — cross-skill contracts + quality scoring
Deploy a connector to ADAS Core
Validate a skill definition through the 5-stage pipeline
Talk to the Solution Bot for guided modifications
Deploy a complete solution to production
Read the ADAS specification — skill schema, solution architecture, enums, agent guides
Update a solution or skill incrementally (PATCH)
Get complete working examples — skills, connectors, solutions
Push changes live — regenerates MCP servers, deploys to ADAS Core
Inspect a solution — definition, skills, health, status, export
What it does
List all deployed solutions