Quick Start with OpenCode
1. Install Auggie CLI (Pre-release version)
2. Sign in to Augment
3. Configure the MCP server in OpenCode
- Go to Folder: ~/.config/opencode/
- Create a file named: opencode.json
4. Test the integration
codebase-retrieval tool.

Advanced: Non-Interactive Setup
For non-interactive environments like CI/CD pipelines, GitHub Actions, or automated scripts where you cannot runauggie login interactively, you can configure authentication using environment variables.
1. Get your authentication token
accessToken value (the long string after "accessToken":") and the tenantURL value.
2. Configure with environment variables
Add theenv section to your configuration:
your-access-token and your-tenant-url with the values from step 1.