GitMCP:将任何GitHub项目转换为MCP端点
GitMCP: Transforms any GitHub project into an MCP endpoint

原始链接: https://github.com/idosal/git-mcp

GitMCP是一个免费的开源服务,它使用模型上下文协议 (MCP) 将 AI 助手与 GitHub 项目文档连接起来。它允许 AI 访问和理解项目文档,无需对代码库进行任何设置或修改。 要使用 GitMCP,只需将你的 AI 指向基于 GitHub 代码库或 GitHub Pages 站点的特定 URL 格式即可。例如:`gitmcp.io/{owner}/{repo}`。一个通用的 `gitmcp.io/docs` 端点允许 AI 动态指定代码库。 GitMCP 提供了诸如 `fetch__documentation` 之类的工具来检索完整的文档,以及 `search__documentation` 来执行特定查询的语义搜索。它优先使用 `llms.txt`,如果需要则回退到 `README.md`。 GitMCP 兼容任何支持 MCP 的 AI 助手。它不收集个人数据或存储查询,确保隐私。该服务采用 MIT 许可证,并鼓励社区贡献。GitMCP 与 GitHub 或任何与其集成的 AI 工具无关。

Hacker News 最新 | 过去 | 评论 | 提问 | 展示 | 工作 | 提交 登录 GitMCP:将任何 GitHub 项目转换为 MCP 端点 (github.com/idosal) tosh 1小时前 10 分 | 隐藏 | 过去 | 收藏 | 1 评论 esafak 5分钟前 [–] 另见 https://github.com/github/github-mcp-server 回复 加入我们 6 月 16-17 日在旧金山参加 AI 初创公司学校! 指南 | 常见问题 | 列表 | API | 安全 | 法律 | 申请 YC | 联系我们 搜索:

原文
image

FeaturesUsageHow It WorksExamplesFAQPrivacyContributingLicense

GitMCP is a free, open-source service that seamlessly transforms any GitHub project into a remote Model Context Protocol (MCP) endpoint, enabling AI assistants to access and understand the project's documentation effortlessly.

  • Empower AI with GitHub Project Access: Direct your AI assistant to GitMCP for instant access to any GitHub project's documentation, complete with semantic search capabilities to optimize token usage.
  • Zero Setup Required: No configurations or modifications needed — GitMCP works out of the box.
  • Completely Free and Private: GitMCP is free. We don't collect any personally identifiable information or queries. Plus, you can host it yourself!

To make your GitHub repository accessible to AI assistants via GitMCP, use the following URL formats:

  • For GitHub repositories: gitmcp.io/{owner}/{repo}
  • For GitHub Pages sites: {owner}.gitmcp.io/{repo}
  • Dynamic endpoint: gitmcp.io/docs

Congratulations! The chosen GitHub project is now fully accessible to your AI.

Replace {owner} with your GitHub username or organization name and {repo} with your repository name. Once configured, your AI assistant can access the project's documentation seamlessly. The dynamic endpoint doesn't require a pre-defined repository. When used, your AI assistant can dynamically input any GitHub repository to enjoy GitMCP's features.

GitMCP_PW.mp4

GitMCP serves as a bridge between your GitHub repository's documentation and AI assistants by implementing the Model Context Protocol (MCP). When an AI assistant requires information from your repository, it sends a request to GitMCP. GitMCP retrieves the relevant content and provides semantic search capabilities, ensuring efficient and accurate information delivery.

Here are some examples of how to use GitMCP with different repositories:

  • Example 1: For the repository https://github.com/octocat/Hello-World, use: https://gitmcp.io/octocat/Hello-World
  • Example 2: For the GitHub Pages site langchain-ai.gitmcp.io/langgraph, use: https://langchain-ai.gitmcp.io/langgraph
  • Example 3: Use the generic gitmcp.com/docs endpoint for your AI to dynamically select a repository

These URLs enable AI assistants to access and interact with the project's documentation through GitMCP.

GitMCP provides a set of tools that can be used to access and interact with the project's documentation.

fetch_<repo-name>_documentation:

Fetches the documentation for the {owner}/{repo} GitHub repository (as extracted from the URL: gitmcp.io/{owner}/{repo} or {owner}.gitmcp.io/{repo}). Useful for general questions. Retrieves the llms.txt file and falls back to README.md or other pages if the former is unavailable.

search_<repo-name>_documentation:

It searches the repository's documentation by providing a query. This is useful for specific questions. It uses semantic search to find the most relevant documentation. This mitigates the cost of a large documentation set that cannot be provided as direct context to LLMs.

Note: In the case of a generic gitmcp.com/docs usage, the tools are called fetch_generic_documentation and search_generic_documentation, and receive additional owner and repo arguments.

What is the Model Context Protocol?

The Model Context Protocol is a standard that allows AI assistants to request and receive additional context from external sources in a structured manner, enhancing their understanding and performance.

Does GitMCP work with any AI assistant?

Yes, GitMCP is compatible with any AI assistant supporting the Model Context Protocol, including tools like Cursor, VSCode, Claude, etc.

Is GitMCP compatible with all GitHub projects?

Absolutely! GitMCP works with any public GitHub repository without requiring any modifications. It prioritizes the llms.txt file and falls back to README.md or other pages if the former is unavailable. Future updates aim to support additional documentation methods and even generate content dynamically.

No, GitMCP is a free service to the community with no associated costs.

GitMCP is deeply committed to its users' privacy. The service doesn't have access to or store any personally identifiable information as it doesn't require authentication. In addition, it doesn't store any queries sent by the agents. Moreover, as GitMCP is an open-source project, it can be deployed independently in your environment.

GitMCP only accesses content that is already publicly available and only when queried by a user. GitMCP does not automatically scrape repositories. Before accessing any GitHub Pages site, the code checks for robots.txt rules and follows the directives set by site owners, allowing them to opt out. Please note that GitMCP doesn't permanently store data regarding the GitHub projects or their content.

We welcome contributions! Please take a look at our contribution guidelines.

This project is licensed under the MIT License.

GitMCP is provided "as is" without warranty of any kind. While we strive to ensure the reliability and security of our service, we are not responsible for any damages or issues that may arise from its use. GitHub projects accessed through GitMCP are subject to their respective owners' terms and conditions. GitMCP is not affiliated with GitHub or any of the mentioned AI tools.

联系我们 contact @ memedata.com