Dear all,
I am trying to add docs here:
But it gives error, that it couldnt index any page. I think that this is something related to the credentials. Is it possible to pass credentials in some way so that it can index private repos?
2 Likes
Hey, we don’t currently support private repos in Cursor, including passing in credential as part of the scraper yet!
For now, your best bet is to add a local copy of your docs to your codebase, maybe in .md files for example, and then @ the folder when needed.
1 Like
Thanks.
I keep all my process documentation in the private repo’s wiki. I’d really like the AI to be able to read this.
My workaround to create @doc
access, I’m downloading the pages into a local temp folder. I pretty much have to sync it manually.
An MCP server may be of use here, as you could make a relatively lightweight one that can access your private wiki, and Cursor can then query them as and when it needs to.