ADAS MCP Server — build, validate, and deploy multi-agent solutions from any AI environment
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ateam-mcp": {
"command": "npx",
"args": [
"-y",
"ariekogan/ateam-mcp"
]
}
}
}
Run in terminal:
claude mcp add ateam-mcp npx -y ariekogan/ateam-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"ateam-mcp": {
"command": "npx",
"args": [
"-y",
"ariekogan/ateam-mcp"
]
}
}
}