Back to MCP Servers

Ateam

Build, validate, and deploy multi-agent AI solutions on the ADAS platform. Design skills with tools, manage solution lifecycle, and connect from any AI environment via stdio or HTTP.

aggregatorsaiagent

Installation

npx -y ateam-mcp

Configuration

{
  "mcpServers": {
    "ateam-mcp": {
      "command": "npx",
      "args": ["-y", "ateam-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub