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.
Prerequisites
- Claude Desktop installed
- An indexed project (see Index and Search Code)
- Augment API credentials
Steps
1. Open Claude Desktop config
- macOS
- Windows
2. Add MCP server config
- Local Filesystem
- GitHub
- GitLab
- BitBucket
3. Restart Claude Desktop
Quit and reopen Claude Desktop.4. Test it
Ask Claude:Search for authentication logic in my-projectYou should see Claude use the search tool and return code snippets.
Done!
Your agent can now search your codebase via the local MCP server.Works With Other Agents
This same configuration works with any MCP-compatible agent:- Claude Desktop - Follow the steps above
- Claude Code (VS Code extension) - Add to Claude Code’s MCP settings
- Cursor - Configure in Cursor’s MCP settings
- GitHub Copilot - Add to Copilot’s MCP configuration
- Custom agents - Any tool that supports MCP stdio protocol
Also Works With
| Instead of… | Try… |
|---|---|
| One repo | Add multiple entries to mcpServers for different projects |
| Local index | S3-stored indexes with --store s3 and CC_S3_BUCKET env var |
| Search only | Add --search-only to disable file reading |