Skip to main content
BackAnt ships an MCP (Model Context Protocol) server that exposes the CLI as tools your AI agent can call directly. Instead of typing commands yourself, your agent scaffolds routes, generates APIs, and analyzes your project in response to natural language.

Quickstart with the wizard

The fastest way to connect your agent is the BackAnt wizard. Run it from your terminal:
The wizard will:
  1. Open a browser-based authorization page for you to log in to your BackAnt account
  2. Exchange the session for an OAuth access token automatically
  3. Detect installed coding agents on your machine
  4. Write the correct MCP configuration to each agent’s config file

Supported agents

The wizard supports automatic configuration for the following coding agents:
Cursor, Windsurf, VS Code, Visual Studio, JetBrains IDEs, Zed, Warp
Claude Code, Claude Desktop, Cline, Roo Code, Kilo Code, Continue, Copilot, Augment, Amp, Codex, Qodo Gen, Qwen Coder, Trae, Vibe, Crush, Kiro, OpenCode, Antigravity
Amazon Q, Bolt AI, Factory, Gemini CLI, LM Studio, Perplexity

Installation modes

When prompted, choose between:

Available MCP tools

Once connected, your agent has access to the following tools:

Available MCP resources

Your agent can also read the following documentation resources directly:

Local MCP server

You can run the MCP server locally using Docker Compose:
Verify it is running:
Then run the wizard and select Local mode, or manually select Local in the wizard’s installation mode prompt.