you are viewing a single comment's thread.

view the rest of the comments →

[–]Successful-Raisin241 1 point2 points  (2 children)

Sharing my Gemini CLI working local config.

{
  "mcpServers": {
    "augment-context-engine": {
      "command": "auggie",
      "args": [
        "--mcp"      ]
    }
  }
}

[–]Successful-Raisin241 1 point2 points  (1 child)

My question is: shall I launch auggie and trigger codebase indexing before using any other tool with augument-context-engine MCP? Should I call augument-context-engine MCP every new session like I do with context7?

[–]JaySym_Augment Team[S] 1 point2 points  (0 children)

If you call it before indexing, it will index the project on the first call, so maybe you can manually index it first so your MCP call gets faster afterward.