Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

zed-mcp-server-github

MCP.Pizza Chef: LoamStudios

The zed-mcp-server-github is a server extension for the Zed editor that integrates GitHub as a context source via the MCP protocol. It enables Zed's Agent Panel to access GitHub repository data securely using a personal access token, facilitating real-time context-aware workflows within the editor environment.

Use This MCP server To

Access GitHub repository context directly within Zed editor Enable real-time code and issue context for AI agents in Zed Integrate GitHub data for enhanced code navigation and insights Use GitHub personal access tokens to securely fetch repo data Support AI-assisted development workflows with live GitHub context

README

GitHub MCP Server Extension for Zed

This extension integrates GitHub MCP Server as a context server for Zed's Agent Panel.

To install navigate to: Zed > Extensions. Or use the command palette (macOS, Linux) to search extensions.

You'll need to create a PAT with repo permissions.

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

zed-mcp-server-github FAQ

How do I install the zed-mcp-server-github extension?
Install it via Zed's Extensions panel or use the command palette to search for 'extensions'.
What permissions are required for the GitHub personal access token?
The token needs 'repo' permissions to access repository data securely.
How does this server integrate with Zed's Agent Panel?
It provides GitHub repository context to the Agent Panel via the MCP protocol for enhanced AI workflows.
Can I use this server with private GitHub repositories?
Yes, as long as your personal access token has the necessary permissions.
Is the GitHub personal access token stored securely?
Yes, the token is used only within the MCP server context and managed by Zed's secure extension environment.
Does this server support multiple GitHub accounts?
Typically, it supports one token per configuration, but you can switch tokens by updating settings.
What kind of GitHub data can this MCP server provide?
It can provide repository files, issues, pull requests, and other contextual data accessible via the GitHub API.
Is this extension compatible with other MCP servers in Zed?
Yes, it can be used alongside other MCP servers to provide multi-source context to AI agents.