Back to MCP directory
publicPublicdnsLocal runtime

zed-mcp-server-github

该扩展将GitHub MCP Server集成到Zed编辑器的Assistant功能中,作为上下文服务器使用,需配置GitHub个人访问令牌。

article

README

🚀 GitHub MCP 服务器扩展针对 Zed

本扩展可将 GitHub MCP Server 集成到 (Zed's)[https://zed.dev] Assistant 的上下文服务器中,为用户在 Zed 环境下提供更便捷的服务。

🚀 快速开始

安装步骤

  1. 要安装该扩展,请导航到:Zed > Extensions
  2. 或者使用命令面板(macOSLinux)搜索 extensions

配置操作

您需要创建一个具有 repo 权限的 GitHub 个人访问令牌,并按如下方式进行配置:

"context_servers": {
    "mcp-server-github": {
      "settings": {
        "github_personal_access_token": "<GITHUB_PERSONAL_ACCESS_TOKEN>"
      }
    }
  },

⚠️ 重要提示

请妥善保管您的 GitHub 个人访问令牌,避免泄露造成安全风险。

💡 使用建议

在创建 GitHub 个人访问令牌时,仅赋予必要的 repo 权限,以保障账户安全。

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