Content
# 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](https://github.com/settings/tokens) a PAT with `repo` permissions.
```json
"context_servers": {
"mcp-server-github": {
"source": "extension",
"settings": {
"github_personal_access_token": "<GITHUB_PERSONAL_ACCESS_TOKEN>"
}
}
},
```
Connection Info
You Might Also Like
MarkItDown MCP
Converting files and office documents to Markdown.
Time
Obtaining current time information and converting time between different...
Filesystem
Model Context Protocol Servers
openapi-mcp
Dockerized MCP Server to allow your AI agent to access any API with existing api docs
Toolbase
Toolbase is a desktop app for easily managing tools and plugins for Claude...
mcp-gsc
Google Search Console Insights with Claude AI for SEOs