zed-mcp-server-github
by LoamStudios·★ 88·Score 43
A Zed extension that integrates GitHub MCP Server as a context provider for AI assistance.
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:
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
Installation
Installation
- Open Zed
- Navigate to **Extensions** (or use command palette)
- Search for
zed-mcp-server-github - 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.
- Story by tanelpoder · 2025-05-11
Compare zed-mcp-server-github with
Last updated · Auto-generated from public README + GitHub signals.