-
Notifications
You must be signed in to change notification settings - Fork 128
Add-on: getGitMCP a quick fetcher interface #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
That's awesome @neno-is-ooo ! Thanks for your contribution. I think it'd be great to incorporate this functionality into the landing page somehow. |
Please go ahead! Happy to contribute
Sent from [Proton Mail](https://proton.me/mail/home) for iOS
…On Sat, Apr 12, 2025 at 03:05, Ido Salomon ***@***.***(mailto:On Sat, Apr 12, 2025 at 03:05, Ido Salomon <<a href=)> wrote:
That's awesome ***@***.***(https://github.com/neno-is-ooo) ! Thanks for your contribution. I think it'd be great to incorporate this functionality into the landing page somehow.
—
Reply to this email directly, [view it on GitHub](#74 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/BQZYBLFBZ7AJB3MWSTNABAL2ZBRGTAVCNFSM6AAAAAB27JUUB2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOOJYGM2TANZSGY).
You are receiving this because you were mentioned.Message ID: ***@***.***>
idosal left a comment [(idosal/git-mcp#74)](#74 (comment))
That's awesome ***@***.***(https://github.com/neno-is-ooo) ! Thanks for your contribution. I think it'd be great to incorporate this functionality into the landing page somehow.
—
Reply to this email directly, [view it on GitHub](#74 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/BQZYBLFBZ7AJB3MWSTNABAL2ZBRGTAVCNFSM6AAAAAB27JUUB2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOOJYGM2TANZSGY).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Please beware that the logic now is that if a link has trailing like https://github.com/idosal/spring-authorization-server/tree/itest-support-poc then it will be sanitized into https://github.com/idosal/spring-authorization-server/ and opened automagically However that branch gitmcp would be possible inot gitmcp see i.e. https://gitmcp.io/idosal/spring-authorization-server/tree/itest-support-poc If you want to conserve trailing link in every case let me know. I think there are situations in which one want to sanitize it. How did you spec this in your app? I want this to follow as much as possible. |
We sanitize everything to keep it simple. We only support the main branch at the moment. |
Do you need anything from me at this point? |
Nope, we have everything. I'll merge it later and finish integrating it into the landing page. Thanks again! |
getGitMCP
A quick tool to convert GitHub URLs to GitMCP endpoints. This tool allows you to easily generate MCP (Model Context Protocol) endpoints from GitHub repositories, pages, or user/organization URLs.
🔗 Live here: https://neno-is-ooo.github.io/gitmcp-interface/
About
getGitMCP is powered by GitMCP, created by @idosal. It provides a simple interface to convert:
With these MCP endpoints, your AI agents can fetch and gather context from repositories and their documentation.
Features
How It Works
URL Conversion Examples
GitHub Repository
GitHub Pages
Use Cases
Related Links