Back to MCP directory
publicPublicdnsLocal runtime

test-mcp-repo

该项目用于展示GitHub MCP服务器的功能,包括仓库创建、文件操作和搜索能力。

article

README

🚀 GitHub MCP 服务器测试

本项目仓库借助 GitHub MCP 服务器创建,主要用于展示该服务器的相关功能,能让开发者直观了解其与 GitHub 交互的能力。

🚀 快速开始

此仓库已使用 GitHub MCP 服务器创建完成,你可以基于此仓库进一步探索其功能。

✨ 主要特性

  • 仓库创建:可利用 GitHub MCP 服务器轻松创建新的仓库。
  • 文件创建/更新:支持在仓库中进行文件的创建与更新操作。
  • 仓库搜索:能够对 GitHub 上的仓库进行搜索。

GitHub MCP 服务器通过 Model Context Protocol 提供了一个强大的接口来与 GitHub 进行交互。

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