Skip to main content

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. Configure the MCP server in Zed

  • Click the … then Add Custom Server Zed custom server
  • Paste the config below Zed MCP
{
  "Augment-Context-Engine": {
    "enabled": true,
    "command": "auggie",
    "args": ["--mcp", "--mcp-auto-workspace"],
    "env": {}
  }
}

4. Test the integration

Prompt: “What is this project? Please use codebase retrieval tool to get the answer.”Zed should confirm it has access to the codebase-retrieval tool.Zed testSee MCP Server Mode for more options.