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.
Last updated: N/A
What is GitHub MCP Server Extension for Zed?
This is a Zed extension that integrates the GitHub MCP Server, enabling Zed's Assistant to leverage GitHub repository data for context-aware suggestions and assistance.
How to use GitHub MCP Server Extension for Zed?
Install the extension via Zed's extension marketplace. Create a GitHub Personal Access Token (PAT) with repo
permissions. Configure the extension in Zed's settings by adding the PAT to the context_servers
configuration.
Key features of GitHub MCP Server Extension for Zed
GitHub integration
Context-aware assistance
Zed Assistant support
Personal Access Token authentication
Use cases of GitHub MCP Server Extension for Zed
Code completion based on GitHub repositories
Generating documentation from GitHub code
Providing context for code review based on GitHub issues
Suggesting relevant GitHub repositories for a given task
FAQ from GitHub MCP Server Extension for Zed
What is a GitHub Personal Access Token (PAT)?
What is a GitHub Personal Access Token (PAT)?
A PAT is a token that allows you to access GitHub resources without using your username and password directly.
Why do I need a PAT with repo
permissions?
Why do I need a PAT with repo
permissions?
The repo
permission is required for the extension to access and read data from your GitHub repositories.
How do I create a PAT?
How do I create a PAT?
You can create a PAT in your GitHub settings under Developer settings > Personal access tokens.
Where do I configure the extension with my PAT?
Where do I configure the extension with my PAT?
You need to add the PAT to the context_servers
configuration in Zed's settings.
Is my PAT secure?
Is my PAT secure?
It is crucial to keep your PAT secure. Do not share it publicly and revoke it if you suspect it has been compromised.