Skip to main content

Quick Start with Zed

1. Install Auggie CLI

npm install -g @augmentcode/auggie@latest

2. Sign in to Augment

auggie login
This will open a browser window for authentication.

3. Get your authentication token (Only if you set it up remotely, this is not mandatory locally.)

auggie token print
This will output something like:
TOKEN={"accessToken":"your-access-token","tenantURL":"your-tenant-url","scopes":["read","write"]}
Copy the accessToken value (the long string after "accessToken":") and the tenantURL value for the next step.

4. Configure the MCP server in Zed

  • Click the … then Add Custom Server