Skip to content
A-Team

Developers

Connect your AI assistant. Describe what to build.

A-Team MCP gives capable coding assistants a governed interface to learn the platform, create solutions, validate, deploy, test, inspect, and iterate.

Public MCP · end to end

Any capable assistant builds on A-Team through MCP.

Connect ChatGPT, Claude, or Gemini to A-Team MCP. It uses the platform as tools—reading the spec, creating solutions, deploying, and testing—while you just describe the outcome.

Setup · 2 steps

  1. 1

    Create a workspace

    Spin up a tenant on the A-Team platform.

    Create workspace →
  2. 2

    Copy your workspace key

    Paste it into your assistant when it asks—that's the only thing it needs to connect.

    adas_<workspace>_<key>

Then just tell your assistant: “Connect to A-Team MCP.”

A-Team MCP

ChatGPT connects to A-Team as tools and builds a full solution for you.

Connect your assistant

Point any MCP client at A-Team, then paste your workspace key when it asks.

Remote endpoint: https://mcp.ateam-ai.comnpm: @ateam-ai/mcp

ChatGPT

Developer Mode connector
Settings → Connectors → Developer Mode
Paste:  https://mcp.ateam-ai.com

Claude Code

one command
claude mcp add ateam -- npx -y @ateam-ai/mcp

Claude Desktop · Cursor · VS Code

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

Works with any MCP-compatible client (Gemini, Copilot, Windsurf, …) over Streamable HTTP or stdio.

Quick start

Five steps to your first system.

  1. 1Get an A-Team API key.
  2. 2Add the MCP endpoint to your assistant.
  3. 3Ask it to bootstrap and inspect examples.
  4. 4Describe the desired system.
  5. 5Review, deploy, and test.
a-team · mcp

$ connect a-team mcp

→ bootstrap · learn the spec

→ inspect examples

→ describe the system

→ review architecture

→ deploy · test · improve

✓ solution deployed

Mental model

Four concepts to hold.

Solution

The complete application topology.

Skill

An operational AI role.

Connector

A controlled MCP integration.

Governance

Permissions, contracts, policies, and handoffs.

Lifecycle

Learn → build → observe → version.

Learn
Build
Validate
Deploy
Test
Observe
Patch
Version

Get an API key

Request access to A-Team MCP and start building with your assistant. Key issuance and client-specific configuration are documented once verified.