Show HN: GitMCP is an automatic MCP server for every GitHub repo
1–10 of 67 posts
Re: Show HN: GitMCP is an automatic MCP server for every GitHub repo
#2Re: Show HN: GitMCP is an automatic MCP server for every GitHub repo
#3Re: Show HN: GitMCP is an automatic MCP server for every GitHub repo
#4Re: Show HN: GitMCP is an automatic MCP server for every GitHub repo
#5What about private repos in, let's say GitLab or Bitbucket instances, or something simpler?
A Dockerfile could be helpful to get it running locally.
Re: Show HN: GitMCP is an automatic MCP server for every GitHub repo
#6But why would we need an MCP server for a github repo? Sorry, I am unable to understand the use case.
Re: Show HN: GitMCP is an automatic MCP server for every GitHub repo
#7That is a complex webserver. https://github.com/idosal/git-mcp/tree/main/api What about private repos in, let's say GitLab or Bitbucket instances, or something simpler? A Dockerfile could be helpful to get it running locally.
Re: Show HN: GitMCP is an automatic MCP server for every GitHub repo
#8That is a complex webserver. https://github.com/idosal/git-mcp/tree/main/api What about private repos in, let's say GitLab or Bitbucket instances, or something simpler? A Dockerfile could be helpful to get it running locally.
Yes, this is a fully remote MCP server, so the need for an SSE support makes the implementation quite complex. The MCP spec updated to use HTTP streaming, but clients do not support it yet.
Re: Show HN: GitMCP is an automatic MCP server for every GitHub repo
#9Cool project! I would probably call it an MCP server for every Github repo though since project could be confused for Github Projects which is their work planning/tracking tool.
Re: Show HN: GitMCP is an automatic MCP server for every GitHub repo
#10I'm building my own hosted MCP solution (https://skeet.build) and have been deliberately choosing which tools to expose depending on the use case- since there are tool limits due to the context window for apps like Cursor.