github for Zed
com.mcparmory/github
Manage repositories, users, releases, and automate GitHub workflows
client:Zed
transport:stdio
runtime:pypi
Install github in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"github": {
"command": "uvx",
"args": [
"mcparmory-github"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs