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.
For local MCP integration with Claude Desktop, Claude Code, Cursor, or other agents, see Local MCP Server.
Prerequisites
- Node.js 18+
- Augment API credentials
- An indexed project (see Index and Search Code)
Steps
1. Install
2. Set credentials
3. Start the server
4. Test with curl
First, initialize a session:mcp-session-id header in the response. Use it for subsequent requests:
Done!
Your index is accessible via MCP over HTTP athttp://localhost:8080/mcp. Remote clients can now search your codebase using the Model Context Protocol over HTTP.
Also Works With
| Instead of… | Try… |
|---|---|
| localhost only | --host 0.0.0.0 to accept external connections |
| No CORS | --cors "*" or --cors "https://myapp.com" for browser clients |
| Full access | --search-only to disable file operations |
| Local storage | --store s3 with CC_S3_BUCKET for shared indexes |