Documentation Index
Fetch the complete documentation index at: https://docs.augmentcode.com/llms.txt
Use this file to discover all available pages before exploring further.
Local Server
Remote Server
1. Install Auggie CLI
npm install -g @augmentcode/auggie@latest
2. Sign in to Augment
This will open a browser window for authentication.
- Go to Folder: ~/.config/opencode/
- Create a file named: opencode.json
Paste this configuration:{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"augment-context-engine": {
"type": "local",
"command": ["auggie", "--mcp", "--mcp-auto-workspace"],
"enabled": true
}
}
}
4. Test the integration
Prompt: "What is this project? Please use codebase retrieval tool to get the answer."
OpenCode should confirm it has access to the codebase-retrieval tool.
See MCP Server Mode for more options.