GitHub MCP Server Extension for Zed
by LoamStudios
This extension integrates GitHub MCP Server as a context server for Zed's Assistant. It allows Zed's Assistant to access and utilize information from GitHub repositories.
View on GitHub
Last updated: N/A
GitHub MCP Server Extension for Zed
This extension integrates GitHub MCP Server as a context server for (Zed's)[https://zed.dev] Assistant.
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>"
}
}
},
<!-- -->