GitHub MCP Server Extension for Zed

by LoamStudios

91 stars
512 downloads
Not rated
GitHub

About

This extension integrates the GitHub MCP Server as a context server for Zed’s Agent Panel, enabling AI-assisted development with GitHub repository access.

Details

Author
LoamStudios
GitHub stars
91
Downloads
512
Categories
Developer Tools

- Integrates GitHub MCP Server with Zed’s Agent Panel
- Requires a GitHub PAT with repo scope
- Configured via Zed’s settings file
- Enables AI to interact with repositories

Install via Zed’s Extensions menu or command palette. Create a GitHub personal access token with repo permissions and configure it in your Zed settings under context_servers with the key github_personal_access_token.

# GitHub MCP Server Extension for Zed This extension integrates [GitHub MCP Server](https://github.com/github/github-mcp-server) as a context server for [Zed's](https://zed.dev) [Agent Panel.](https://zed.dev/docs/ai/overview) To install navigate to: **Zed** > **Extensions**. Or use the command palette ([macOS](https://github.com/zed-industries/zed/blob/main/assets/keymaps/default-macos.json#L581), [Linux](https://github.com/zed-industries/zed/blob/main/assets/keymaps/default-linux.json#L459)) to search `extensions`. You'll need to [create a PAT with `repo` permissions](https://github.com/settings/tokens/new?description=zed-mcp-server-github&scopes=repo). ```json "context_servers": { "mcp-server-github": { "settings": { "github_personal_access_token": "<GITHUB_PERSONAL_ACCESS_TOKEN>" } } }, ```
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.