- Local Server
- Remote Server
1. Install Auggie CLI
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.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get started with Augment Context Engine MCP in OpenCode in minutes
npm install -g @augmentcode/auggie@latest
auggie login
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"augment-context-engine": {
"type": "local",
"command": ["auggie", "--mcp", "--mcp-auto-workspace"],
"enabled": true
}
}
}
Prompt: "What is this project? Please use codebase retrieval tool to get the answer."
codebase-retrieval tool.