github-mcp-server

github-mcp-server

1

This project is an MCP server that facilitates GitHub API search operations. It requires the use of a project management tool for easy dependency management and includes instructions for client integration.

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里使用