The zed github MCP server integrates GitHub into the Zed code editor. It provides access to GitHub repositories, issues, and pull requests. It connects to the GitHub API for repository management, code collaboration, and CI/CD workflows. Developers use it to manage GitHub projects directly within Zed, streamlining their development workflow.
The zed github MCP server integrates GitHub into the Zed code editor. It provides access to GitHub repositories, issues, and pull requests. It connects to the GitHub API for repository management, code collaboration, and CI/CD workflows. Developers use it to manage GitHub projects directly within Zed, streamlining their development workflow.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"loamstudios-zed-mcp-server-github-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-loamstudios-zed-mcp-server-github-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from zed github?"
API Key Required
This server requires an API key from zed github. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| ZED_GITHUB_API_KEY | Yes | Your zed github API key |
"What resources are available in zed github?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in zed github"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in zed github with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.