Back to MCP directory
publicPublicdnsLocal runtime

mcp-test-repo

用于测试GitHub MCP服务器功能的仓库

article

README

🚀 MCP测试仓库说明

本仓库旨在对GitHub MCP服务器的各项功能进行测试,为服务器功能的稳定性和可靠性提供保障。

🚀 快速开始

此仓库创建的主要目的是对GitHub MCP服务器的功能进行全面测试。

✨ 主要特性

测试功能涵盖以下方面:

  • 仓库创建:验证GitHub MCP服务器在创建仓库时的功能表现。
  • 问题管理:测试服务器对问题的创建、跟踪和解决等管理功能。
  • 分支管理:检测服务器在分支创建、合并等操作上的性能。
  • 拉取请求:评估服务器处理拉取请求的流程和效率。
  • 文件操作:测试服务器在文件上传、下载、修改等操作方面的功能。
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