> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ezforge.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Build, deploy, and discover MCP servers with ezForge

## What is ezForge?

**ezForge** is a complete ecosystem for [Model Context Protocol (MCP)](https://modelcontextprotocol.io) servers — from development to discovery. Three products, one platform:

<CardGroup cols={3}>
  <Card title="Platform" icon="server" iconColor="#F59E0B" href="/getting-started/quickstart">
    Host your MCP server on a trusted, managed platform.
  </Card>

  <Card title="Ready" icon="wand-magic-sparkles" iconColor="#3B82F6" href="/ready/overview">
    Join the agentic economy — no code required.
  </Card>

  <Card title="Hub" icon="magnifying-glass" iconColor="#8B5CF6" href="/hub/overview">
    The app store for agent-to-business interactions.
  </Card>
</CardGroup>

## ezForge <span style={{color: '#F59E0B'}}>Platform</span>

For developers who build MCP servers:

* **One-command deploys** — Push a container image or Dockerfile; ezForge handles the rest
* **Managed OAuth 2.1** — Built-in MCP authentication with PKCE; bring your own auth provider (BYOA) if you prefer
* **Live subdomains** — Every server gets a `{slug}.mcp.ezforge.ai` subdomain, TLS included
* **Auto-stop / auto-start** — Servers spin down when idle and wake instantly on request, keeping costs low
* **Instant rollback** — Roll back to any of the last 10 deployments (3 on the Free tier) with a single command
* **Encrypted environment variables** — Secrets stored with AES-256-GCM encryption; decrypted only inside your server's microVM

## ezForge <span style={{color: '#3B82F6'}}>Ready</span>

For business owners who want AI agents to find them:

* **No code required** — Complete a guided setup wizard in under 15 minutes
* **Vertical templates** — Pre-built MCP servers for restaurants, salons, home services, and more
* **Instant agent presence** — Your business gets a `{slug}.ready.ezforge.ai` endpoint
* **Managed everything** — Hosting, auth, updates, and monitoring included

## ezForge <span style={{color: '#8B5CF6'}}>Hub</span>

For AI agents looking for verified services:

* **Auto-populated registry** — Platform and Ready servers on paid plans get an automatic Hub listing
* **Trust-based ranking** — Health scores and usage metrics for every listed server, plus a verification badge on Pro and featured placement on Enterprise
* **SKILL.md** — Portable capability manifests for every MCP server
* **Agent platform integrations** — Native discovery for Claude, ChatGPT, Gemini, and more

## How it works

```
Your MCP Server Code
      │
      ▼
  ezforge deploy
      │
      ▼
Build → Trivy Scan → Push to Registry → Provision Microvm → Health Check
      │
      ▼
{slug}.mcp.ezforge.ai  ← MCP clients connect here
```

Each MCP server runs in an isolated [Fly.io Machines](https://fly.io/docs/machines/) (Firecracker microVM), giving you hardware-level tenant isolation.

## Supported regions

| Code  | Location              |
| ----- | --------------------- |
| `ord` | Chicago, US (default) |
| `iad` | Ashburn, US           |
| `lax` | Los Angeles, US       |
| `ams` | Amsterdam, EU         |
| `syd` | Sydney, AU            |

## Get started

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" iconColor="#F59E0B" href="/getting-started/quickstart">
    Deploy your first MCP server in 5 minutes
  </Card>

  <Card title="MCP Auth" icon="lock" iconColor="#F59E0B" href="/concepts/mcp-auth">
    How OAuth 2.1 + PKCE protects your server
  </Card>

  <Card title="Ready Setup" icon="wand-magic-sparkles" iconColor="#3B82F6" href="/ready/setup-wizard">
    Create your business's agent presence
  </Card>

  <Card title="Hub Discovery" icon="magnifying-glass" iconColor="#8B5CF6" href="/hub/discovery">
    How agents find services through Hub
  </Card>
</CardGroup>
