MCP Hub
Back to servers

GitHub

MCP (Model Context Protocol) Server. Integrates with GitHub repositories directly within the Zed editor, enabling code review, issue management, and repository exploration through a Rust-based extension that connects to GitHub's API via a configured personal access token.

Stars
3
Validated
Jan 11, 2026

Zed GitHub Context Server

This extension provides a Model Context Server for GitHub, for use with the Zed AI assistant.

Configuration

To use the extension, you will need to provide the context server with your GitHub personal access token in your Zed settings.json:

{
  "context_servers": {
    "github-context-server": {
      "settings": {
        "github_personal_access_token": "your_personal_access_token_here"
      }
    }
  }
}

Reviews

No reviews yet

Sign in to write a review