MeetBridge lets Cursor answer from meeting context

MeetBridge is a l project for asking Cursor’s agent questions during an online meeting by voice. The aim is to avoid manually writing , switching to the right code branch, and holding a live discussion in memory while trying to be useful.

The planned flow is simple: during a meeting, a spoken question goes to the agent, the agent also receives the meeting context, opens the right repo, checks code, issues, or PRs if needed, and sends a detailed answer back during the call. The d tool is called MeetBridge.

It uses an , local , and . The first idea was to record meeting audio in the browser and give that audio file to the agent.

Key points

  • The tool is meant to let someone ask Cursor’s agent a question by voice during a meeting.
  • The agent is meant to use meeting context plus the relevant code repo.
  • It can check code, issues, or PRs before answering.
  • MeetBridge is d under an .
  • It uses local and .
Read original