GitHub 搜索 MCP 服务器
这是一个用于 GitHub 搜索的 MCP 服务。
快速入门指南
环境要求
- 安装 uv 工具,用于管理依赖。
使用方法
-
安装依赖: 使用命令
uv PyGithub python-dotenv
-
配置 Server: 在 Client 配置文件中添加以下内容:
{ "mcpServers": { "github_server": { "command": "uv", "args": [ "--directory", "D:/blog/github-mcp-server", "run", "github_server.py" ] } } }
-
启动并使用服务。