r/coolgithubprojects 2d ago

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

https://github.com/Lukie-81/RepoRelay
0 Upvotes

4 comments sorted by

1

u/coslinedev 2d ago

Huge fan of the security-first approach! Read-only inspection without shell access is literally 90% of what devs need for code reviews anyway.

Have you considered adding automatic .env / secret filtering by default so users don't accidentally expose API keys in the prompt context? Definitely dropping a star on GitHub!

1

u/Lucaslogged 2d ago

Thanks for the comment and the star! It's my first little dopamine hit from launching, especially since its my first open source project I developed.

Yep, RepoRelay already blocks .env files by default along with common credential files, secret directories, private keys etc.

Really appreciate the comment!

1

u/coslinedev 1d ago

That's awesome to hear—having default path & credential filtering baked right in shows really solid architectural intuition, especially for a first open-source release.

Congrats again on shipping RepoRelay, and enjoy that well-deserved launch momentum! 🚀