Does GrokBot not have access to my Cursor Codebase?

It’s basically as the question goes.. I was trying to set up GrokBot for the first time today (ty for bringing it to the pro plans) and i cant find a plug-in for codebase and GrokBot does not seem to have access to it? am i just being stupid and missing something or is it not available right now?

Hey, and welcome to Grok Bot. You didn’t miss anything, there isn’t a separate plugin codebase, and that’s expected.

Grok Bot doesn’t index your code directly. When you ask it to do something in a repo like investigate an issue, fix a bug, or build a feature, it hands the work off to a Cursor cloud agent. That agent runs on the repo and returns the result, usually as a branch or a pull request.

To make this work with an existing repo, it needs to be on GitHub and connected to your Cursor account at cursor.com > Dashboard > Integrations > GitHub. That’s the same connection Cloud Agents use. Once it’s connected, just ask Grok Bot to work on the repo by name.

A couple helpful notes:

  • For quick read-only requests like issues, PRs, or file contents, you can also add the GitHub connector in Grok Bot settings. It uses a GitHub personal access token.
  • If you ask it to build something from scratch, it will create a new repo automatically, no setup needed.

Grok Bot can’t directly access Cursor-hosted Origin repos yet. I passed that along as feedback to the team. If there’s an update, I’ll follow up.

Okay that makes a lot of sense and clears things up, thank you :))