Back to MCP directory
publicPublicdnsLocal runtime

mcp-github-api-server

一个通过GitHub API获取用户仓库及提交记录的MCP服务项目

article

README

🚀 GitHub API 服务 MCP

本项目为 MCP 服务器,可与 GitHub API 进行交互,以此获取仓库及提交信息,为用户提供便捷的 GitHub 数据获取途径。

🚀 快速开始

本项目是一个 MCP 服务器,用于与 GitHub API 交互以获取仓库和提交信息。

✨ 主要特性

  • 从 GitHub 获取用户仓库
  • 检索特定仓库的提交
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client