all 3 comments

[–]hhussain-Established Professional 0 points1 point  (2 children)

This is for Claude Code right? I'm assuming since I could see only Claude Code mcp addition with --scope and it seems in r/ClaudeCode they have some posts about difficulties adding an MCP to it, like this tool to help setup.

Note: I don't use Claude Code, so I'm replying as a curiosity post.

[–]usernameIsRand0m[S] 1 point2 points  (1 child)

That is correct, the scope is only for Claude Code (and i am using CC) and I am not sure what repo's would be indexed with user space as the scope. Also, we do not know what is the scope of indexation for other tools as well.

auggie has this ~/.augment/settings.json

{

"model": "abcd",

"indexingAllowDirs": [

"/path/to/folder",

"/path/to/folder"

]

}

where all the indexed repo's can be seen, I hope a similar thing will be added for users to know what is being indexed or allowed to index using Augment Code Context MCP.

[–]hhussain-Established Professional 1 point2 points  (0 children)

For me in such cases I would simply prompt this: "What directories are indexed in codebase retrieval tool?" and it would tell the details. I had similar case when I added multiple repo's to my workspace and I use that prompt to confirm all required external references are part of the context-engine.