GitHub Inside Claude Code for Zed
io.github.kirchlive/github-inside-claude-code
Normalized GitHub-CLI bridge for Claude Code — 89 ops, 6 families incl. federation sources
client:Zed
transport:stdio
runtime:pypi
Install GitHub Inside Claude Code in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"github-inside-claude-code": {
"command": "uvx",
"args": [
"github-inside-claude-code"
],
"env": {
"TAVILY_API_KEY": "<TAVILY_API_KEY>",
"BRAVE_API_KEY": "<BRAVE_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs