MCP Catalogs
Home

zed-mcp-server-github

by LoamStudios·88·Score 43

A Zed extension that integrates GitHub MCP Server as a context provider for AI assistance.

developer-toolsgithubai-llm
20
Forks
7
Open issues
3 mo ago
Last commit
2d ago
Indexed

Overview

This extension connects Zed's Agent Panel with GitHub's MCP server to provide GitHub-specific context in AI conversations. It requires a personal access token with repo permissions and provides GitHub integration through the context server configuration. The extension enables developers to leverage GitHub repository information, issues, and pull requests directly within Zed's AI-powered features.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:AI-assisted code review with GitHub PR context
you:Querying GitHub issues and repositories from within Zed
you:Enhanced AI responses based on GitHub repository content
you:What permissions do I need for the GitHub PAT?
you:Can I use this with GitHub Enterprise?

When to choose this

Choose this if you're a Zed user who wants GitHub repository context integrated into your IDE's AI workflow.

When NOT to choose this

Don't choose this if you use a different IDE besides Zed, or if you need access to GitHub features beyond repository context.

Comparable tools

github-mcp-serverzed-github-extensiongithub-cli-mcp

Installation

Installation

  1. Open Zed
  2. Navigate to **Extensions** (or use command palette)
  3. Search for zed-mcp-server-github
  4. Install the extension

Configuration

Add the following to your Zed settings:

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

FAQ

What permissions do I need for the GitHub PAT?
You need a Personal Access Token with 'repo' permissions to access GitHub repositories and pull requests.
Can I use this with GitHub Enterprise?
The README doesn't specify GitHub Enterprise compatibility, but it may work if your instance supports the GitHub MCP server.

On Hacker News

Recent discussion from the developer community.

Compare zed-mcp-server-github with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.