Back to MCP directory
publicPublicdnsLocal runtime

git-summitagent

GitHub MCP服务器与工具的Summit代理项目

article

README

🚀 git-summitagent

git-summitagent是一个Summit代理,用于与GitHub MCP服务器和工具进行交互,为您在相关操作中提供便利。

🚀 快速开始

✨ 主要特性

  • 实现与GitHub MCP服务器和工具的交互。

📦 安装指南

先决条件

  • Python 3.9或更高版本
  • Docker
  • GitHub个人访问令牌

使用UV安装

  1. 安装uv包管理器(如果尚未安装):
    curl -LsSf https://astral.sh/uv/install.sh | sh
    
  2. 创建并激活虚拟环境:
    uv venv
    source .venv/bin/activate
    
  3. 安装依赖项:
    uv pip install -r requirements.txt
    

💻 使用示例

运行GitHub MCP服务器

  1. 在GitHub创建个人访问令牌:点击此处
  2. 将令牌添加到.env文件中:
    GITHUB_PERSONAL_ACCESS_TOKEN=your_token_here
    
  3. 运行GitHub MCP服务器:
    ./run-mcp-server.sh
    

您也可以直接运行Docker容器。

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