GitHub API MCP Server logo

GitHub API MCP Server

by HuangZeLinCute

This is an MCP server for the GitHub Search API. It allows you to easily manage dependencies and configure the server within a client application.

View on GitHub

Last updated: N/A

GitHub API MCP Server

用于GitHub搜索API的MCP。

环境要求

  • uv - 一个项目管理工具,可以很方便管理依赖。

使用方法

1、安装依赖

uv PyGithub python-dotenv

2、在Client里配置Server

{
  "mcpServers": {
    "github_server": {
      "command": "uv",
      "args": [
        "--directory",
        "D:/blog/github-mcp-server",
        "run",
        "github_server.py"
      ]
    }
  }
}

3、在Client里使用