- Local Server
- Remote Server
1. Install Auggie CLI
2. Sign in to Augment
3. Configure the MCP server in Cursor
- Go to settings (top right)

- Click on Tools & MCP on the left menu then New MCP Server

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 Cursor in minutes
npm install -g @augmentcode/auggie@latest
auggie login


{
"mcpServers": {
"augment-context-engine": {
"type": "local",
"command": "auggie",
"args": ["--mcp", "--mcp-auto-workspace"],
"enabled": true
}
}
}
Prompt: "What is this project? Please use codebase retrieval tool to get the answer."
codebase-retrieval tool.