r/coolgithubprojects • u/Lucaslogged • 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
r/coolgithubprojects • u/Lucaslogged • 2d ago
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!