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.