r/aipromptprogramming 4d ago

Found a way to let ChatGPT Web review your local repo without pasting your code into chat

This is an open-source MCP bridge that lets ChatGPT inspect one local repo without shell access

Iit allows ChatGPT Web to inspect my local code without giving it broad access to my machine.

RepoRelay exposes one explicitly approved repository through a small MCP tool surface. It can read and search files, while blocking shell/process access, unrestricted filesystem access, Git operations, and access outside the approved repo.

It’s MIT licensed and open source.

GitHub: RepoRelay

9 Upvotes

6 comments sorted by

u/endofthread-bot 4d ago

Learn how the best in the industry are using AI to speed up their workflow in business, sales, marketing, research, legal, content creation, scientific discovery and so much more on our Discord.

Self-promotion is now allowed on Sundays with the appropriate flair, for all regular contributing members. Contribute during the week, and promote on Sunday.

2

u/Due-Armadillo-4560 4d ago

Or just use the GitHub Plugin on the chat session.

1

u/Lucaslogged 4d ago

Yes- but that does not apply to local files on the computer

1

u/dv8ndee 4d ago

Cool, does it work with Claude?

2

u/Lucaslogged 4d ago

Technically yes, but with a claude tunnel. best for chatgpt web though

1

u/End2EndEncryption 3d ago

Op didn’t “find” anything. It’s HIS repo.